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#FFE7CF
200#FCC99C
300#ECA968
400#D58730
500#C87606
600#975500
700#6E3A00
800#4A2100
900#2F0800
950#230000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffe7cf;
  --brand-200: #fcc99c;
  --brand-300: #eca968;
  --brand-400: #d58730;
  --brand-500: #c87606;
  --brand-600: #975500;
  --brand-700: #6e3a00;
  --brand-800: #4a2100;
  --brand-900: #2f0800;
  --brand-950: #230000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffe7cf',
  200: '#fcc99c',
  300: '#eca968',
  400: '#d58730',
  500: '#c87606',
  600: '#975500',
  700: '#6e3a00',
  800: '#4a2100',
  900: '#2f0800',
  950: '#230000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva