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#FAEEE2
200#EED8C1
300#DEC09F
400#CBA77D
500#C19A6B
600#90704A
700#664D2E
800#412E16
900#221200
950#130000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #faeee2;
  --brand-200: #eed8c1;
  --brand-300: #dec09f;
  --brand-400: #cba77d;
  --brand-500: #c19a6b;
  --brand-600: #90704a;
  --brand-700: #664d2e;
  --brand-800: #412e16;
  --brand-900: #221200;
  --brand-950: #130000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#faeee2',
  200: '#eed8c1',
  300: '#dec09f',
  400: '#cba77d',
  500: '#c19a6b',
  600: '#90704a',
  700: '#664d2e',
  800: '#412e16',
  900: '#221200',
  950: '#130000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva