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#FADAFF
200#E6ABFF
300#CA78F1
400#A83BDE
500#9400D3
600#7200A7
700#550081
800#3B005E
900#24003F
950#1D002C

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fadaff;
  --brand-200: #e6abff;
  --brand-300: #ca78f1;
  --brand-400: #a83bde;
  --brand-500: #9400d3;
  --brand-600: #7200a7;
  --brand-700: #550081;
  --brand-800: #3b005e;
  --brand-900: #24003f;
  --brand-950: #1d002c;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fadaff',
  200: '#e6abff',
  300: '#ca78f1',
  400: '#a83bde',
  500: '#9400d3',
  600: '#7200a7',
  700: '#550081',
  800: '#3b005e',
  900: '#24003f',
  950: '#1d002c',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva