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#F2E7FF
200#DCC8FD
300#C2A6F2
400#A482E3
500#9370DB
600#6D51A9
700#4D377E
800#301F57
900#160934
950#0E0021

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f2e7ff;
  --brand-200: #dcc8fd;
  --brand-300: #c2a6f2;
  --brand-400: #a482e3;
  --brand-500: #9370db;
  --brand-600: #6d51a9;
  --brand-700: #4d377e;
  --brand-800: #301f57;
  --brand-900: #160934;
  --brand-950: #0e0021;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f2e7ff',
  200: '#dcc8fd',
  300: '#c2a6f2',
  400: '#a482e3',
  500: '#9370db',
  600: '#6d51a9',
  700: '#4d377e',
  800: '#301f57',
  900: '#160934',
  950: '#0e0021',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva