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#FFE0D2
200#FFBAA1
300#FF9070
400#FF603E
500#FA4224
600#C02711
700#8F0D01
800#630000
900#3E0000
950#2F0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffe0d2;
  --brand-200: #ffbaa1;
  --brand-300: #ff9070;
  --brand-400: #ff603e;
  --brand-500: #fa4224;
  --brand-600: #c02711;
  --brand-700: #8f0d01;
  --brand-800: #630000;
  --brand-900: #3e0000;
  --brand-950: #2f0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffe0d2',
  200: '#ffbaa1',
  300: '#ff9070',
  400: '#ff603e',
  500: '#fa4224',
  600: '#c02711',
  700: '#8f0d01',
  800: '#630000',
  900: '#3e0000',
  950: '#2f0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva