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#FFDCFF
200#F8B1FF
300#E680FF
400#CD43FF
500#BE03FD
600#9200C6
700#6C0098
800#49006D
900#2B0047
950#20002F

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffdcff;
  --brand-200: #f8b1ff;
  --brand-300: #e680ff;
  --brand-400: #cd43ff;
  --brand-500: #be03fd;
  --brand-600: #9200c6;
  --brand-700: #6c0098;
  --brand-800: #49006d;
  --brand-900: #2b0047;
  --brand-950: #20002f;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffdcff',
  200: '#f8b1ff',
  300: '#e680ff',
  400: '#cd43ff',
  500: '#be03fd',
  600: '#9200c6',
  700: '#6c0098',
  800: '#49006d',
  900: '#2b0047',
  950: '#20002f',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva