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#EAD5F5
200#C5A1DC
300#9968BB
400#672B96
500#4B0082
600#3C0069
700#2E0054
800#230041
900#1B002F
950#170023

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ead5f5;
  --brand-200: #c5a1dc;
  --brand-300: #9968bb;
  --brand-400: #672b96;
  --brand-500: #4b0082;
  --brand-600: #3c0069;
  --brand-700: #2e0054;
  --brand-800: #230041;
  --brand-900: #1b002f;
  --brand-950: #170023;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ead5f5',
  200: '#c5a1dc',
  300: '#9968bb',
  400: '#672b96',
  500: '#4b0082',
  600: '#3c0069',
  700: '#2e0054',
  800: '#230041',
  900: '#1b002f',
  950: '#170023',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva