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#FAD7D5
200#E2A4A2
300#C16D6D
400#973039
500#800020
600#660017
700#50000D
800#3C0000
900#2D0000
950#250000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fad7d5;
  --brand-200: #e2a4a2;
  --brand-300: #c16d6d;
  --brand-400: #973039;
  --brand-500: #800020;
  --brand-600: #660017;
  --brand-700: #50000d;
  --brand-800: #3c0000;
  --brand-900: #2d0000;
  --brand-950: #250000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fad7d5',
  200: '#e2a4a2',
  300: '#c16d6d',
  400: '#973039',
  500: '#800020',
  600: '#660017',
  700: '#50000d',
  800: '#3c0000',
  900: '#2d0000',
  950: '#250000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva