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#FFFFE1
200#FFFFC5
300#FFFFAA
400#FFFF8E
500#FEFF7F
600#B7B950
700#7C7F29
800#484B03
900#201D00
950#0A0300

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffffe1;
  --brand-200: #ffffc5;
  --brand-300: #ffffaa;
  --brand-400: #ffff8e;
  --brand-500: #feff7f;
  --brand-600: #b7b950;
  --brand-700: #7c7f29;
  --brand-800: #484b03;
  --brand-900: #201d00;
  --brand-950: #0a0300;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffffe1',
  200: '#ffffc5',
  300: '#ffffaa',
  400: '#ffff8e',
  500: '#feff7f',
  600: '#b7b950',
  700: '#7c7f29',
  800: '#484b03',
  900: '#201d00',
  950: '#0a0300',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva