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#FCF5FF
200#F6E9FF
300#EDDBFF
400#E4CDFF
500#DFC5FE
600#A38EBD
700#716186
800#453855
900#1D1529
950#090015

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fcf5ff;
  --brand-200: #f6e9ff;
  --brand-300: #eddbff;
  --brand-400: #e4cdff;
  --brand-500: #dfc5fe;
  --brand-600: #a38ebd;
  --brand-700: #716186;
  --brand-800: #453855;
  --brand-900: #1d1529;
  --brand-950: #090015;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fcf5ff',
  200: '#f6e9ff',
  300: '#eddbff',
  400: '#e4cdff',
  500: '#dfc5fe',
  600: '#a38ebd',
  700: '#716186',
  800: '#453855',
  900: '#1d1529',
  950: '#090015',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva