Shade Generator

A perceptual 50–950 scale from any color. Interpolated in CIE-LAB so each step looks evenly spaced to the eye; step 500 is always your base color.

50#FFFFFF
100#FDD9E5
200#EBA9C0
300#D17598
400#B0396E
500#9D0759
600#7B0044
700#5F0032
800#450021
900#2E0012
950#240005

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fdd9e5;
  --brand-200: #eba9c0;
  --brand-300: #d17598;
  --brand-400: #b0396e;
  --brand-500: #9d0759;
  --brand-600: #7b0044;
  --brand-700: #5f0032;
  --brand-800: #450021;
  --brand-900: #2e0012;
  --brand-950: #240005;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fdd9e5',
  200: '#eba9c0',
  300: '#d17598',
  400: '#b0396e',
  500: '#9d0759',
  600: '#7b0044',
  700: '#5f0032',
  800: '#450021',
  900: '#2e0012',
  950: '#240005',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva