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#FAE4CF
200#E7C299
300#CD9C62
400#AC7529
500#9A6200
600#754800
700#563200
800#3C1E00
900#280800
950#1D0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fae4cf;
  --brand-200: #e7c299;
  --brand-300: #cd9c62;
  --brand-400: #ac7529;
  --brand-500: #9a6200;
  --brand-600: #754800;
  --brand-700: #563200;
  --brand-800: #3c1e00;
  --brand-900: #280800;
  --brand-950: #1d0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fae4cf',
  200: '#e7c299',
  300: '#cd9c62',
  400: '#ac7529',
  500: '#9a6200',
  600: '#754800',
  700: '#563200',
  800: '#3c1e00',
  900: '#280800',
  950: '#1d0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva