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#DAEFE0
200#AFD7BB
300#80BA93
400#4D9B6B
500#2E8B57
600#18683E
700#044A28
800#003015
900#001A00
950#000B00

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #daefe0;
  --brand-200: #afd7bb;
  --brand-300: #80ba93;
  --brand-400: #4d9b6b;
  --brand-500: #2e8b57;
  --brand-600: #18683e;
  --brand-700: #044a28;
  --brand-800: #003015;
  --brand-900: #001a00;
  --brand-950: #000b00;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#daefe0',
  200: '#afd7bb',
  300: '#80ba93',
  400: '#4d9b6b',
  500: '#2e8b57',
  600: '#18683e',
  700: '#044a28',
  800: '#003015',
  900: '#001a00',
  950: '#000b00',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva