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#ECF6D0
200#D3E7A0
300#B6D56E
400#96C135
500#84B701
600#5C8700
700#3B5F00
800#203B00
900#0F1C00
950#000900

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ecf6d0;
  --brand-200: #d3e7a0;
  --brand-300: #b6d56e;
  --brand-400: #96c135;
  --brand-500: #84b701;
  --brand-600: #5c8700;
  --brand-700: #3b5f00;
  --brand-800: #203b00;
  --brand-900: #0f1c00;
  --brand-950: #000900;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ecf6d0',
  200: '#d3e7a0',
  300: '#b6d56e',
  400: '#96c135',
  500: '#84b701',
  600: '#5c8700',
  700: '#3b5f00',
  800: '#203b00',
  900: '#0f1c00',
  950: '#000900',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva