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#F1E7DC
200#D8C7B2
300#BBA587
400#9B805B
500#8A6E45
600#685130
700#4B391E
800#31230D
900#1D0E00
950#110000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f1e7dc;
  --brand-200: #d8c7b2;
  --brand-300: #bba587;
  --brand-400: #9b805b;
  --brand-500: #8a6e45;
  --brand-600: #685130;
  --brand-700: #4b391e;
  --brand-800: #31230d;
  --brand-900: #1d0e00;
  --brand-950: #110000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f1e7dc',
  200: '#d8c7b2',
  300: '#bba587',
  400: '#9b805b',
  500: '#8a6e45',
  600: '#685130',
  700: '#4b391e',
  800: '#31230d',
  900: '#1d0e00',
  950: '#110000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva