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#FFEAFA
200#FFD0F0
300#FFB3E3
400#FF94D4
500#FE83CC
600#C05B98
700#8C3A6C
800#5C1B44
900#320121
950#210010

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffeafa;
  --brand-200: #ffd0f0;
  --brand-300: #ffb3e3;
  --brand-400: #ff94d4;
  --brand-500: #fe83cc;
  --brand-600: #c05b98;
  --brand-700: #8c3a6c;
  --brand-800: #5c1b44;
  --brand-900: #320121;
  --brand-950: #210010;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffeafa',
  200: '#ffd0f0',
  300: '#ffb3e3',
  400: '#ff94d4',
  500: '#fe83cc',
  600: '#c05b98',
  700: '#8c3a6c',
  800: '#5c1b44',
  900: '#320121',
  950: '#210010',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva