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#D9F4E6
200#AEE2C7
300#7FCCA7
400#48B485
500#1FA774
600#007C53
700#005837
800#00381E
900#001D01
950#000D00

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #d9f4e6;
  --brand-200: #aee2c7;
  --brand-300: #7fcca7;
  --brand-400: #48b485;
  --brand-500: #1fa774;
  --brand-600: #007c53;
  --brand-700: #005837;
  --brand-800: #00381e;
  --brand-900: #001d01;
  --brand-950: #000d00;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#d9f4e6',
  200: '#aee2c7',
  300: '#7fcca7',
  400: '#48b485',
  500: '#1fa774',
  600: '#007c53',
  700: '#005837',
  800: '#00381e',
  900: '#001d01',
  950: '#000d00',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva