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#F1DBDC
200#D4ADAF
300#B07C7F
400#88494E
500#722F37
600#5A2229
700#45171D
800#320D12
900#230000
950#1B0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f1dbdc;
  --brand-200: #d4adaf;
  --brand-300: #b07c7f;
  --brand-400: #88494e;
  --brand-500: #722f37;
  --brand-600: #5a2229;
  --brand-700: #45171d;
  --brand-800: #320d12;
  --brand-900: #230000;
  --brand-950: #1b0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f1dbdc',
  200: '#d4adaf',
  300: '#b07c7f',
  400: '#88494e',
  500: '#722f37',
  600: '#5a2229',
  700: '#45171d',
  800: '#320d12',
  900: '#230000',
  950: '#1b0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva