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#FFE8E9
200#F5CCCD
300#E7ADAF
400#D48C90
500#CA7B80
600#99585D
700#6F3B3F
800#4A2125
900#29090A
950#1B0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffe8e9;
  --brand-200: #f5cccd;
  --brand-300: #e7adaf;
  --brand-400: #d48c90;
  --brand-500: #ca7b80;
  --brand-600: #99585d;
  --brand-700: #6f3b3f;
  --brand-800: #4a2125;
  --brand-900: #29090a;
  --brand-950: #1b0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffe8e9',
  200: '#f5cccd',
  300: '#e7adaf',
  400: '#d48c90',
  500: '#ca7b80',
  600: '#99585d',
  700: '#6f3b3f',
  800: '#4a2125',
  900: '#29090a',
  950: '#1b0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva