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#F9EBDB
200#E9D1B3
300#D4B58A
400#BC975F
500#AF884A
600#836431
700#5E451B
800#3C2A06
900#231000
950#150000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f9ebdb;
  --brand-200: #e9d1b3;
  --brand-300: #d4b58a;
  --brand-400: #bc975f;
  --brand-500: #af884a;
  --brand-600: #836431;
  --brand-700: #5e451b;
  --brand-800: #3c2a06;
  --brand-900: #231000;
  --brand-950: #150000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f9ebdb',
  200: '#e9d1b3',
  300: '#d4b58a',
  400: '#bc975f',
  500: '#af884a',
  600: '#836431',
  700: '#5e451b',
  800: '#3c2a06',
  900: '#231000',
  950: '#150000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva