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#FFDCD3
200#FFB2A3
300#FF8172
400#FF4442
500#F7022A
600#BF0019
700#900009
800#650000
900#410000
950#320000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffdcd3;
  --brand-200: #ffb2a3;
  --brand-300: #ff8172;
  --brand-400: #ff4442;
  --brand-500: #f7022a;
  --brand-600: #bf0019;
  --brand-700: #900009;
  --brand-800: #650000;
  --brand-900: #410000;
  --brand-950: #320000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffdcd3',
  200: '#ffb2a3',
  300: '#ff8172',
  400: '#ff4442',
  500: '#f7022a',
  600: '#bf0019',
  700: '#900009',
  800: '#650000',
  900: '#410000',
  950: '#320000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva