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#FFDCEE
200#FDB0D4
300#EC7FB6
400#D54496
500#C71585
600#9B0065
700#75004A
800#530032
900#34001C
950#27000F

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffdcee;
  --brand-200: #fdb0d4;
  --brand-300: #ec7fb6;
  --brand-400: #d54496;
  --brand-500: #c71585;
  --brand-600: #9b0065;
  --brand-700: #75004a;
  --brand-800: #530032;
  --brand-900: #34001c;
  --brand-950: #27000f;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffdcee',
  200: '#fdb0d4',
  300: '#ec7fb6',
  400: '#d54496',
  500: '#c71585',
  600: '#9b0065',
  700: '#75004a',
  800: '#530032',
  900: '#34001c',
  950: '#27000f',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva