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#E9D8FF
200#C4A6F2
300#9670DC
400#5F38C0
500#3A18B1
600#2B108F
700#1F0871
800#130456
900#0E003E
950#10002D

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e9d8ff;
  --brand-200: #c4a6f2;
  --brand-300: #9670dc;
  --brand-400: #5f38c0;
  --brand-500: #3a18b1;
  --brand-600: #2b108f;
  --brand-700: #1f0871;
  --brand-800: #130456;
  --brand-900: #0e003e;
  --brand-950: #10002d;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e9d8ff',
  200: '#c4a6f2',
  300: '#9670dc',
  400: '#5f38c0',
  500: '#3a18b1',
  600: '#2b108f',
  700: '#1f0871',
  800: '#130456',
  900: '#0e003e',
  950: '#10002d',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva