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#DAE6D7
200#ACC2A6
300#7B9A73
400#486F40
500#2D5A27
600#1F451B
700#133210
800#0B2201
900#001300
950#000700

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #dae6d7;
  --brand-200: #acc2a6;
  --brand-300: #7b9a73;
  --brand-400: #486f40;
  --brand-500: #2d5a27;
  --brand-600: #1f451b;
  --brand-700: #133210;
  --brand-800: #0b2201;
  --brand-900: #001300;
  --brand-950: #000700;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#dae6d7',
  200: '#acc2a6',
  300: '#7b9a73',
  400: '#486f40',
  500: '#2d5a27',
  600: '#1f451b',
  700: '#133210',
  800: '#0b2201',
  900: '#001300',
  950: '#000700',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva