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#F5E4CF
200#DEC199
300#BF9A62
400#9C7328
500#885F01
600#674600
700#4C3100
800#351E00
900#240A00
950#190000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f5e4cf;
  --brand-200: #dec199;
  --brand-300: #bf9a62;
  --brand-400: #9c7328;
  --brand-500: #885f01;
  --brand-600: #674600;
  --brand-700: #4c3100;
  --brand-800: #351e00;
  --brand-900: #240a00;
  --brand-950: #190000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f5e4cf',
  200: '#dec199',
  300: '#bf9a62',
  400: '#9c7328',
  500: '#885f01',
  600: '#674600',
  700: '#4c3100',
  800: '#351e00',
  900: '#240a00',
  950: '#190000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva