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#EBF5E5
200#D3E6C8
300#B9D4AA
400#9DC08B
500#8FB67B
600#668656
700#445E37
800#253A1C
900#091A00
950#000600

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ebf5e5;
  --brand-200: #d3e6c8;
  --brand-300: #b9d4aa;
  --brand-400: #9dc08b;
  --brand-500: #8fb67b;
  --brand-600: #668656;
  --brand-700: #445e37;
  --brand-800: #253a1c;
  --brand-900: #091a00;
  --brand-950: #000600;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ebf5e5',
  200: '#d3e6c8',
  300: '#b9d4aa',
  400: '#9dc08b',
  500: '#8fb67b',
  600: '#668656',
  700: '#445e37',
  800: '#253a1c',
  900: '#091a00',
  950: '#000600',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva