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#F7F8D1
200#E8EEA2
300#D6E272
400#C1D53A
500#B5CE08
600#819700
700#566900
800#314000
900#1B1B00
950#050600

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f7f8d1;
  --brand-200: #e8eea2;
  --brand-300: #d6e272;
  --brand-400: #c1d53a;
  --brand-500: #b5ce08;
  --brand-600: #819700;
  --brand-700: #566900;
  --brand-800: #314000;
  --brand-900: #1b1b00;
  --brand-950: #050600;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f7f8d1',
  200: '#e8eea2',
  300: '#d6e272',
  400: '#c1d53a',
  500: '#b5ce08',
  600: '#819700',
  700: '#566900',
  800: '#314000',
  900: '#1b1b00',
  950: '#050600',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva