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#FFF4D0
200#FFE6A1
300#FFD770
400#FFC738
500#FFBF00
600#BC8A00
700#845E00
800#543700
900#2F1300
950#200000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fff4d0;
  --brand-200: #ffe6a1;
  --brand-300: #ffd770;
  --brand-400: #ffc738;
  --brand-500: #ffbf00;
  --brand-600: #bc8a00;
  --brand-700: #845e00;
  --brand-800: #543700;
  --brand-900: #2f1300;
  --brand-950: #200000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fff4d0',
  200: '#ffe6a1',
  300: '#ffd770',
  400: '#ffc738',
  500: '#ffbf00',
  600: '#bc8a00',
  700: '#845e00',
  800: '#543700',
  900: '#2f1300',
  950: '#200000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva