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#FFDBD3
200#FAAEA1
300#E37C6E
400#C4453B
500#B22222
600#8B1215
700#6A0309
800#4C0000
900#340000
950#290000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffdbd3;
  --brand-200: #faaea1;
  --brand-300: #e37c6e;
  --brand-400: #c4453b;
  --brand-500: #b22222;
  --brand-600: #8b1215;
  --brand-700: #6a0309;
  --brand-800: #4c0000;
  --brand-900: #340000;
  --brand-950: #290000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffdbd3',
  200: '#faaea1',
  300: '#e37c6e',
  400: '#c4453b',
  500: '#b22222',
  600: '#8b1215',
  700: '#6a0309',
  800: '#4c0000',
  900: '#340000',
  950: '#290000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva