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#FFF8DC
200#FFEFBA
300#FFE597
400#FBDA73
500#F7D560
600#B59B3A
700#7E6A19
800#4C3E00
900#271800
950#160000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fff8dc;
  --brand-200: #ffefba;
  --brand-300: #ffe597;
  --brand-400: #fbda73;
  --brand-500: #f7d560;
  --brand-600: #b59b3a;
  --brand-700: #7e6a19;
  --brand-800: #4c3e00;
  --brand-900: #271800;
  --brand-950: #160000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fff8dc',
  200: '#ffefba',
  300: '#ffe597',
  400: '#fbda73',
  500: '#f7d560',
  600: '#b59b3a',
  700: '#7e6a19',
  800: '#4c3e00',
  900: '#271800',
  950: '#160000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva