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#FFDCD9
200#FFB0AD
300#FF7F7F
400#EA4552
500#DC143C
600#AB0029
700#810019
800#5B0006
900#3B0000
950#2D0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffdcd9;
  --brand-200: #ffb0ad;
  --brand-300: #ff7f7f;
  --brand-400: #ea4552;
  --brand-500: #dc143c;
  --brand-600: #ab0029;
  --brand-700: #810019;
  --brand-800: #5b0006;
  --brand-900: #3b0000;
  --brand-950: #2d0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffdcd9',
  200: '#ffb0ad',
  300: '#ff7f7f',
  400: '#ea4552',
  500: '#dc143c',
  600: '#ab0029',
  700: '#810019',
  800: '#5b0006',
  900: '#3b0000',
  950: '#2d0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva