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#E2FAF0
200#C3F0DE
300#A0E3CA
400#7BD5B5
500#66CDAA
600#41977B
700#206953
800#004130
900#001E10
950#000B00

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e2faf0;
  --brand-200: #c3f0de;
  --brand-300: #a0e3ca;
  --brand-400: #7bd5b5;
  --brand-500: #66cdaa;
  --brand-600: #41977b;
  --brand-700: #206953;
  --brand-800: #004130;
  --brand-900: #001e10;
  --brand-950: #000b00;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e2faf0',
  200: '#c3f0de',
  300: '#a0e3ca',
  400: '#7bd5b5',
  500: '#66cdaa',
  600: '#41977b',
  700: '#206953',
  800: '#004130',
  900: '#001e10',
  950: '#000b00',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva