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#FFDBD9
200#FFAFAD
300#EE7E7E
400#D44650
500#C41E3A
600#990928
700#740019
800#520008
900#360000
950#2A0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffdbd9;
  --brand-200: #ffafad;
  --brand-300: #ee7e7e;
  --brand-400: #d44650;
  --brand-500: #c41e3a;
  --brand-600: #990928;
  --brand-700: #740019;
  --brand-800: #520008;
  --brand-900: #360000;
  --brand-950: #2a0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffdbd9',
  200: '#ffafad',
  300: '#ee7e7e',
  400: '#d44650',
  500: '#c41e3a',
  600: '#990928',
  700: '#740019',
  800: '#520008',
  900: '#360000',
  950: '#2a0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva