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#FFF7FF
200#FBECFF
300#F7E1FF
400#F1D5FF
500#EECFFE
600#AE95BC
700#796584
800#4A3A52
900#201526
950#0B0011

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fff7ff;
  --brand-200: #fbecff;
  --brand-300: #f7e1ff;
  --brand-400: #f1d5ff;
  --brand-500: #eecffe;
  --brand-600: #ae95bc;
  --brand-700: #796584;
  --brand-800: #4a3a52;
  --brand-900: #201526;
  --brand-950: #0b0011;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fff7ff',
  200: '#fbecff',
  300: '#f7e1ff',
  400: '#f1d5ff',
  500: '#eecffe',
  600: '#ae95bc',
  700: '#796584',
  800: '#4a3a52',
  900: '#201526',
  950: '#0b0011',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva