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#EEEBE4
200#D6D1C2
300#BAB39F
400#9C947A
500#8D8468
600#69614B
700#4A4432
800#2E2A1C
900#171200
950#060000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #eeebe4;
  --brand-200: #d6d1c2;
  --brand-300: #bab39f;
  --brand-400: #9c947a;
  --brand-500: #8d8468;
  --brand-600: #69614b;
  --brand-700: #4a4432;
  --brand-800: #2e2a1c;
  --brand-900: #171200;
  --brand-950: #060000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#eeebe4',
  200: '#d6d1c2',
  300: '#bab39f',
  400: '#9c947a',
  500: '#8d8468',
  600: '#69614b',
  700: '#4a4432',
  800: '#2e2a1c',
  900: '#171200',
  950: '#060000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva