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#FEFCEC
200#FBF7DA
300#F6F1C7
400#F1EBB4
500#EEE8AA
600#ADA876
700#77734B
800#464425
900#1E1B00
950#060100

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fefcec;
  --brand-200: #fbf7da;
  --brand-300: #f6f1c7;
  --brand-400: #f1ebb4;
  --brand-500: #eee8aa;
  --brand-600: #ada876;
  --brand-700: #77734b;
  --brand-800: #464425;
  --brand-900: #1e1b00;
  --brand-950: #060100;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fefcec',
  200: '#fbf7da',
  300: '#f6f1c7',
  400: '#f1ebb4',
  500: '#eee8aa',
  600: '#ada876',
  700: '#77734b',
  800: '#464425',
  900: '#1e1b00',
  950: '#060100',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva