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#EEFFD7
200#DAFCB0
300#C4F888
400#AAF25C
500#9CEF43
600#6AAF1D
700#407A00
800#1A4A00
900#062100
950#000D00

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #eeffd7;
  --brand-200: #dafcb0;
  --brand-300: #c4f888;
  --brand-400: #aaf25c;
  --brand-500: #9cef43;
  --brand-600: #6aaf1d;
  --brand-700: #407a00;
  --brand-800: #1a4a00;
  --brand-900: #062100;
  --brand-950: #000d00;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#eeffd7',
  200: '#dafcb0',
  300: '#c4f888',
  400: '#aaf25c',
  500: '#9cef43',
  600: '#6aaf1d',
  700: '#407a00',
  800: '#1a4a00',
  900: '#062100',
  950: '#000d00',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva