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#F4E2F0
200#DEBED8
300#C395BB
400#A46C9C
500#94568C
600#713E6B
700#532A4E
800#391835
900#21041E
950#160011

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f4e2f0;
  --brand-200: #debed8;
  --brand-300: #c395bb;
  --brand-400: #a46c9c;
  --brand-500: #94568c;
  --brand-600: #713e6b;
  --brand-700: #532a4e;
  --brand-800: #391835;
  --brand-900: #21041e;
  --brand-950: #160011;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f4e2f0',
  200: '#debed8',
  300: '#c395bb',
  400: '#a46c9c',
  500: '#94568c',
  600: '#713e6b',
  700: '#532a4e',
  800: '#391835',
  900: '#21041e',
  950: '#160011',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva