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#FFE1FC
200#F8BCEF
300#E993DE
400#D566C9
500#C94CBE
600#9A3291
700#721C6C
800#4E0549
900#2E002B
950#20001B

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffe1fc;
  --brand-200: #f8bcef;
  --brand-300: #e993de;
  --brand-400: #d566c9;
  --brand-500: #c94cbe;
  --brand-600: #9a3291;
  --brand-700: #721c6c;
  --brand-800: #4e0549;
  --brand-900: #2e002b;
  --brand-950: #20001b;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffe1fc',
  200: '#f8bcef',
  300: '#e993de',
  400: '#d566c9',
  500: '#c94cbe',
  600: '#9a3291',
  700: '#721c6c',
  800: '#4e0549',
  900: '#2e002b',
  950: '#20001b',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva