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#DBE6DC
200#AFC3B0
300#7F9C81
400#4E7352
500#355E3B
600#25472B
700#18341D
800#0D230F
900#001300
950#000600

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #dbe6dc;
  --brand-200: #afc3b0;
  --brand-300: #7f9c81;
  --brand-400: #4e7352;
  --brand-500: #355e3b;
  --brand-600: #25472b;
  --brand-700: #18341d;
  --brand-800: #0d230f;
  --brand-900: #001300;
  --brand-950: #000600;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#dbe6dc',
  200: '#afc3b0',
  300: '#7f9c81',
  400: '#4e7352',
  500: '#355e3b',
  600: '#25472b',
  700: '#18341d',
  800: '#0d230f',
  900: '#001300',
  950: '#000600',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva