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#F2F6D0
200#DEE7A1
300#C6D76F
400#ABC537
500#9CBB04
600#6F8A00
700#4A6000
800#2B3B00
900#171B00
950#010700

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f2f6d0;
  --brand-200: #dee7a1;
  --brand-300: #c6d76f;
  --brand-400: #abc537;
  --brand-500: #9cbb04;
  --brand-600: #6f8a00;
  --brand-700: #4a6000;
  --brand-800: #2b3b00;
  --brand-900: #171b00;
  --brand-950: #010700;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f2f6d0',
  200: '#dee7a1',
  300: '#c6d76f',
  400: '#abc537',
  500: '#9cbb04',
  600: '#6f8a00',
  700: '#4a6000',
  800: '#2b3b00',
  900: '#171b00',
  950: '#010700',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva