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#DFF2D1
200#B8DD9F
300#8DC56B
400#5CA934
500#3F9B0B
600#257400
700#0D5200
800#023400
900#001C00
950#000D00

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #dff2d1;
  --brand-200: #b8dd9f;
  --brand-300: #8dc56b;
  --brand-400: #5ca934;
  --brand-500: #3f9b0b;
  --brand-600: #257400;
  --brand-700: #0d5200;
  --brand-800: #023400;
  --brand-900: #001c00;
  --brand-950: #000d00;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#dff2d1',
  200: '#b8dd9f',
  300: '#8dc56b',
  400: '#5ca934',
  500: '#3f9b0b',
  600: '#257400',
  700: '#0d5200',
  800: '#023400',
  900: '#001c00',
  950: '#000d00',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva