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#FEE3CF
200#EEC09B
300#D69A65
400#B8722D
500#A75E09
600#7F4400
700#5E2F00
800#411B00
900#2B0500
950#210000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fee3cf;
  --brand-200: #eec09b;
  --brand-300: #d69a65;
  --brand-400: #b8722d;
  --brand-500: #a75e09;
  --brand-600: #7f4400;
  --brand-700: #5e2f00;
  --brand-800: #411b00;
  --brand-900: #2b0500;
  --brand-950: #210000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fee3cf',
  200: '#eec09b',
  300: '#d69a65',
  400: '#b8722d',
  500: '#a75e09',
  600: '#7f4400',
  700: '#5e2f00',
  800: '#411b00',
  900: '#2b0500',
  950: '#210000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva