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#EEF3E9
200#D9E2CF
300#C2CFB3
400#A9BA97
500#9CAF88
600#718161
700#4D5A40
800#2D3723
900#111804
950#000400

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #eef3e9;
  --brand-200: #d9e2cf;
  --brand-300: #c2cfb3;
  --brand-400: #a9ba97;
  --brand-500: #9caf88;
  --brand-600: #718161;
  --brand-700: #4d5a40;
  --brand-800: #2d3723;
  --brand-900: #111804;
  --brand-950: #000400;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#eef3e9',
  200: '#d9e2cf',
  300: '#c2cfb3',
  400: '#a9ba97',
  500: '#9caf88',
  600: '#718161',
  700: '#4d5a40',
  800: '#2d3723',
  900: '#111804',
  950: '#000400',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva