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#FFE9F1
200#FFCEDE
300#FFB0C9
400#FF90B3
500#FF7FA7
600#C1587A
700#8D3855
800#5E1B33
900#330115
950#230000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffe9f1;
  --brand-200: #ffcede;
  --brand-300: #ffb0c9;
  --brand-400: #ff90b3;
  --brand-500: #ff7fa7;
  --brand-600: #c1587a;
  --brand-700: #8d3855;
  --brand-800: #5e1b33;
  --brand-900: #330115;
  --brand-950: #230000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffe9f1',
  200: '#ffcede',
  300: '#ffb0c9',
  400: '#ff90b3',
  500: '#ff7fa7',
  600: '#c1587a',
  700: '#8d3855',
  800: '#5e1b33',
  900: '#330115',
  950: '#230000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva