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#FFE8EC
200#F6CCD3
300#E8ACB7
400#D68B9A
500#CC7A8B
600#9A5766
700#703A46
800#4A202A
900#290811
950#1B0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffe8ec;
  --brand-200: #f6ccd3;
  --brand-300: #e8acb7;
  --brand-400: #d68b9a;
  --brand-500: #cc7a8b;
  --brand-600: #9a5766;
  --brand-700: #703a46;
  --brand-800: #4a202a;
  --brand-900: #290811;
  --brand-950: #1b0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffe8ec',
  200: '#f6ccd3',
  300: '#e8acb7',
  400: '#d68b9a',
  500: '#cc7a8b',
  600: '#9a5766',
  700: '#703a46',
  800: '#4a202a',
  900: '#290811',
  950: '#1b0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva