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#FDE2FF
200#F0BFF9
300#DE97EC
400#C76CDC
500#BA55D3
600#8E3AA2
700#682379
800#460E54
900#270032
950#1C0020

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fde2ff;
  --brand-200: #f0bff9;
  --brand-300: #de97ec;
  --brand-400: #c76cdc;
  --brand-500: #ba55d3;
  --brand-600: #8e3aa2;
  --brand-700: #682379;
  --brand-800: #460e54;
  --brand-900: #270032;
  --brand-950: #1c0020;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fde2ff',
  200: '#f0bff9',
  300: '#de97ec',
  400: '#c76cdc',
  500: '#ba55d3',
  600: '#8e3aa2',
  700: '#682379',
  800: '#460e54',
  900: '#270032',
  950: '#1c0020',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva