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#FFD8DC
200#EFA8AF
300#D47380
400#B23651
500#9E003A
600#7C002B
700#60001E
800#460011
900#310000
950#270000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffd8dc;
  --brand-200: #efa8af;
  --brand-300: #d47380;
  --brand-400: #b23651;
  --brand-500: #9e003a;
  --brand-600: #7c002b;
  --brand-700: #60001e;
  --brand-800: #460011;
  --brand-900: #310000;
  --brand-950: #270000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffd8dc',
  200: '#efa8af',
  300: '#d47380',
  400: '#b23651',
  500: '#9e003a',
  600: '#7c002b',
  700: '#60001e',
  800: '#460011',
  900: '#310000',
  950: '#270000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva