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#D7EEDC
200#A7D4B2
300#74B586
400#389459
500#048243
600#00622E
700#00461D
800#002E0C
900#001A00
950#000D00

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #d7eedc;
  --brand-200: #a7d4b2;
  --brand-300: #74b586;
  --brand-400: #389459;
  --brand-500: #048243;
  --brand-600: #00622e;
  --brand-700: #00461d;
  --brand-800: #002e0c;
  --brand-900: #001a00;
  --brand-950: #000d00;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#d7eedc',
  200: '#a7d4b2',
  300: '#74b586',
  400: '#389459',
  500: '#048243',
  600: '#00622e',
  700: '#00461d',
  800: '#002e0c',
  900: '#001a00',
  950: '#000d00',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva