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#ECF8E2
200#D5ECC3
300#BCDDA3
400#A1CD83
500#93C572
600#68914D
700#43652E
800#233E13
900#081C00
950#000800

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ecf8e2;
  --brand-200: #d5ecc3;
  --brand-300: #bcdda3;
  --brand-400: #a1cd83;
  --brand-500: #93c572;
  --brand-600: #68914d;
  --brand-700: #43652e;
  --brand-800: #233e13;
  --brand-900: #081c00;
  --brand-950: #000800;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ecf8e2',
  200: '#d5ecc3',
  300: '#bcdda3',
  400: '#a1cd83',
  500: '#93c572',
  600: '#68914d',
  700: '#43652e',
  800: '#233e13',
  900: '#081c00',
  950: '#000800',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva