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#FEEBD0
200#F1D09E
300#DEB36A
400#C69533
500#B8860B
600#8A6200
700#634400
800#412800
900#290F00
950#1C0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #feebd0;
  --brand-200: #f1d09e;
  --brand-300: #deb36a;
  --brand-400: #c69533;
  --brand-500: #b8860b;
  --brand-600: #8a6200;
  --brand-700: #634400;
  --brand-800: #412800;
  --brand-900: #290f00;
  --brand-950: #1c0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#feebd0',
  200: '#f1d09e',
  300: '#deb36a',
  400: '#c69533',
  500: '#b8860b',
  600: '#8a6200',
  700: '#634400',
  800: '#412800',
  900: '#290f00',
  950: '#1c0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva