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#FEEED0
200#F2D99F
300#E1C16D
400#CBA836
500#BF9B0C
600#8E7100
700#644F00
800#402F00
900#271200
950#190000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #feeed0;
  --brand-200: #f2d99f;
  --brand-300: #e1c16d;
  --brand-400: #cba836;
  --brand-500: #bf9b0c;
  --brand-600: #8e7100;
  --brand-700: #644f00;
  --brand-800: #402f00;
  --brand-900: #271200;
  --brand-950: #190000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#feeed0',
  200: '#f2d99f',
  300: '#e1c16d',
  400: '#cba836',
  500: '#bf9b0c',
  600: '#8e7100',
  700: '#644f00',
  800: '#402f00',
  900: '#271200',
  950: '#190000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva