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#E7E2CF
200#C3BA98
300#99905F
400#6C6425
500#544E03
600#403B00
700#302B00
800#231C00
900#170C00
950#0C0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e7e2cf;
  --brand-200: #c3ba98;
  --brand-300: #99905f;
  --brand-400: #6c6425;
  --brand-500: #544e03;
  --brand-600: #403b00;
  --brand-700: #302b00;
  --brand-800: #231c00;
  --brand-900: #170c00;
  --brand-950: #0c0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e7e2cf',
  200: '#c3ba98',
  300: '#99905f',
  400: '#6c6425',
  500: '#544e03',
  600: '#403b00',
  700: '#302b00',
  800: '#231c00',
  900: '#170c00',
  950: '#0c0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva