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#FFF0D2
200#FEDCA4
300#F3C774
400#E3B041
500#DAA520
600#A27800
700#725200
800#493100
900#2A1200
950#1D0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fff0d2;
  --brand-200: #fedca4;
  --brand-300: #f3c774;
  --brand-400: #e3b041;
  --brand-500: #daa520;
  --brand-600: #a27800;
  --brand-700: #725200;
  --brand-800: #493100;
  --brand-900: #2a1200;
  --brand-950: #1d0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fff0d2',
  200: '#fedca4',
  300: '#f3c774',
  400: '#e3b041',
  500: '#daa520',
  600: '#a27800',
  700: '#725200',
  800: '#493100',
  900: '#2a1200',
  950: '#1d0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva