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#EDE6DF
200#D2C5B7
300#B3A18E
400#917B63
500#7F684E
600#604D38
700#453625
800#2D2214
900#1A0E00
950#0D0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ede6df;
  --brand-200: #d2c5b7;
  --brand-300: #b3a18e;
  --brand-400: #917b63;
  --brand-500: #7f684e;
  --brand-600: #604d38;
  --brand-700: #453625;
  --brand-800: #2d2214;
  --brand-900: #1a0e00;
  --brand-950: #0d0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ede6df',
  200: '#d2c5b7',
  300: '#b3a18e',
  400: '#917b63',
  500: '#7f684e',
  600: '#604d38',
  700: '#453625',
  800: '#2d2214',
  900: '#1a0e00',
  950: '#0d0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva