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#F5DECE
200#DCB396
300#BA855C
400#915622
500#7B3F00
600#602E00
700#492000
800#361300
900#270200
950#1E0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f5dece;
  --brand-200: #dcb396;
  --brand-300: #ba855c;
  --brand-400: #915622;
  --brand-500: #7b3f00;
  --brand-600: #602e00;
  --brand-700: #492000;
  --brand-800: #361300;
  --brand-900: #270200;
  --brand-950: #1e0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f5dece',
  200: '#dcb396',
  300: '#ba855c',
  400: '#915622',
  500: '#7b3f00',
  600: '#602e00',
  700: '#492000',
  800: '#361300',
  900: '#270200',
  950: '#1e0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva