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#F5E8DE
200#E1CAB7
300#C8AA8F
400#AC8766
500#9D7651
600#765738
700#553C24
800#382511
900#210E00
950#140000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f5e8de;
  --brand-200: #e1cab7;
  --brand-300: #c8aa8f;
  --brand-400: #ac8766;
  --brand-500: #9d7651;
  --brand-600: #765738;
  --brand-700: #553c24;
  --brand-800: #382511;
  --brand-900: #210e00;
  --brand-950: #140000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f5e8de',
  200: '#e1cab7',
  300: '#c8aa8f',
  400: '#ac8766',
  500: '#9d7651',
  600: '#765738',
  700: '#553c24',
  800: '#382511',
  900: '#210e00',
  950: '#140000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva