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#F8DDFF
200#E5B3FA
300#CB84EA
400#AB51D7
500#9932CC
600#751FA0
700#570E7A
800#3B0058
900#230039
950#1B0026

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f8ddff;
  --brand-200: #e5b3fa;
  --brand-300: #cb84ea;
  --brand-400: #ab51d7;
  --brand-500: #9932cc;
  --brand-600: #751fa0;
  --brand-700: #570e7a;
  --brand-800: #3b0058;
  --brand-900: #230039;
  --brand-950: #1b0026;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f8ddff',
  200: '#e5b3fa',
  300: '#cb84ea',
  400: '#ab51d7',
  500: '#9932cc',
  600: '#751fa0',
  700: '#570e7a',
  800: '#3b0058',
  900: '#230039',
  950: '#1b0026',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva