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#DFFDF8
200#BBF7EE
300#93EFE3
400#62E5D7
500#40E0D0
600#0DA598
700#007369
800#00463F
900#00201A
950#000D03

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #dffdf8;
  --brand-200: #bbf7ee;
  --brand-300: #93efe3;
  --brand-400: #62e5d7;
  --brand-500: #40e0d0;
  --brand-600: #0da598;
  --brand-700: #007369;
  --brand-800: #00463f;
  --brand-900: #00201a;
  --brand-950: #000d03;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#dffdf8',
  200: '#bbf7ee',
  300: '#93efe3',
  400: '#62e5d7',
  500: '#40e0d0',
  600: '#0da598',
  700: '#007369',
  800: '#00463f',
  900: '#00201a',
  950: '#000d03',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva