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#FFE8CF
200#FFCC9D
300#FFAE6A
400#FF8E32
500#FB7D07
600#BE5800
700#8A3900
800#5D1D00
900#380200
950#2A0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffe8cf;
  --brand-200: #ffcc9d;
  --brand-300: #ffae6a;
  --brand-400: #ff8e32;
  --brand-500: #fb7d07;
  --brand-600: #be5800;
  --brand-700: #8a3900;
  --brand-800: #5d1d00;
  --brand-900: #380200;
  --brand-950: #2a0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffe8cf',
  200: '#ffcc9d',
  300: '#ffae6a',
  400: '#ff8e32',
  500: '#fb7d07',
  600: '#be5800',
  700: '#8a3900',
  800: '#5d1d00',
  900: '#380200',
  950: '#2a0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva