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#EAF1E7
200#D0DDCB
300#B3C6AC
400#95AE8D
500#86A17D
600#617759
700#41533C
800#253321
900#0B1804
950#000400

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #eaf1e7;
  --brand-200: #d0ddcb;
  --brand-300: #b3c6ac;
  --brand-400: #95ae8d;
  --brand-500: #86a17d;
  --brand-600: #617759;
  --brand-700: #41533c;
  --brand-800: #253321;
  --brand-900: #0b1804;
  --brand-950: #000400;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#eaf1e7',
  200: '#d0ddcb',
  300: '#b3c6ac',
  400: '#95ae8d',
  500: '#86a17d',
  600: '#617759',
  700: '#41533c',
  800: '#253321',
  900: '#0b1804',
  950: '#000400',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva