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#E6F3E1
200#C8E0BE
300#A8CA9A
400#86B275
500#74A662
600#527B43
700#35562A
800#1B3613
900#021A00
950#000800

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e6f3e1;
  --brand-200: #c8e0be;
  --brand-300: #a8ca9a;
  --brand-400: #86b275;
  --brand-500: #74a662;
  --brand-600: #527b43;
  --brand-700: #35562a;
  --brand-800: #1b3613;
  --brand-900: #021a00;
  --brand-950: #000800;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e6f3e1',
  200: '#c8e0be',
  300: '#a8ca9a',
  400: '#86b275',
  500: '#74a662',
  600: '#527b43',
  700: '#35562a',
  800: '#1b3613',
  900: '#021a00',
  950: '#000800',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva