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#FFFFEE
200#FFFFDE
300#FFFFCE
400#FFFEBE
500#FFFEB6
600#B9B87E
700#7E7E4F
800#494A26
900#1E1D00
950#050200

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffffee;
  --brand-200: #ffffde;
  --brand-300: #ffffce;
  --brand-400: #fffebe;
  --brand-500: #fffeb6;
  --brand-600: #b9b87e;
  --brand-700: #7e7e4f;
  --brand-800: #494a26;
  --brand-900: #1e1d00;
  --brand-950: #050200;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffffee',
  200: '#ffffde',
  300: '#ffffce',
  400: '#fffebe',
  500: '#fffeb6',
  600: '#b9b87e',
  700: '#7e7e4f',
  800: '#494a26',
  900: '#1e1d00',
  950: '#050200',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva