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#DDF5DB
200#B5E5B2
300#89D089
400#58B95E
500#39AD48
600#1C812E
700#005B17
800#003902
900#001E00
950#000E00

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ddf5db;
  --brand-200: #b5e5b2;
  --brand-300: #89d089;
  --brand-400: #58b95e;
  --brand-500: #39ad48;
  --brand-600: #1c812e;
  --brand-700: #005b17;
  --brand-800: #003902;
  --brand-900: #001e00;
  --brand-950: #000e00;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ddf5db',
  200: '#b5e5b2',
  300: '#89d089',
  400: '#58b95e',
  500: '#39ad48',
  600: '#1c812e',
  700: '#005b17',
  800: '#003902',
  900: '#001e00',
  950: '#000e00',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva