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#FBE0CE
200#E8B998
300#CC8F60
400#A96427
500#964E02
600#733900
700#572700
800#3E1600
900#2B0300
950#210000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fbe0ce;
  --brand-200: #e8b998;
  --brand-300: #cc8f60;
  --brand-400: #a96427;
  --brand-500: #964e02;
  --brand-600: #733900;
  --brand-700: #572700;
  --brand-800: #3e1600;
  --brand-900: #2b0300;
  --brand-950: #210000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fbe0ce',
  200: '#e8b998',
  300: '#cc8f60',
  400: '#a96427',
  500: '#964e02',
  600: '#733900',
  700: '#572700',
  800: '#3e1600',
  900: '#2b0300',
  950: '#210000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva