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#EDF3D3
200#D4E1A5
300#B8CC75
400#98B541
500#87A922
600#607D06
700#405800
800#253700
900#121A00
950#000700

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #edf3d3;
  --brand-200: #d4e1a5;
  --brand-300: #b8cc75;
  --brand-400: #98b541;
  --brand-500: #87a922;
  --brand-600: #607d06;
  --brand-700: #405800;
  --brand-800: #253700;
  --brand-900: #121a00;
  --brand-950: #000700;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#edf3d3',
  200: '#d4e1a5',
  300: '#b8cc75',
  400: '#98b541',
  500: '#87a922',
  600: '#607d06',
  700: '#405800',
  800: '#253700',
  900: '#121a00',
  950: '#000700',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva