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#FAEDF0
200#EDD5DC
300#DEBBC6
400#CCA0AD
500#C292A1
600#916A76
700#684852
800#432A32
900#220F16
950#120001

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #faedf0;
  --brand-200: #edd5dc;
  --brand-300: #debbc6;
  --brand-400: #cca0ad;
  --brand-500: #c292a1;
  --brand-600: #916a76;
  --brand-700: #684852;
  --brand-800: #432a32;
  --brand-900: #220f16;
  --brand-950: #120001;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#faedf0',
  200: '#edd5dc',
  300: '#debbc6',
  400: '#cca0ad',
  500: '#c292a1',
  600: '#916a76',
  700: '#684852',
  800: '#432a32',
  900: '#220f16',
  950: '#120001',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva