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#D5E3E3
200#A1BCBC
300#699191
400#2D6464
500#014D4E
600#003B3C
700#002C2D
800#001E1F
900#001111
950#000606

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #d5e3e3;
  --brand-200: #a1bcbc;
  --brand-300: #699191;
  --brand-400: #2d6464;
  --brand-500: #014d4e;
  --brand-600: #003b3c;
  --brand-700: #002c2d;
  --brand-800: #001e1f;
  --brand-900: #001111;
  --brand-950: #000606;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#d5e3e3',
  200: '#a1bcbc',
  300: '#699191',
  400: '#2d6464',
  500: '#014d4e',
  600: '#003b3c',
  700: '#002c2d',
  800: '#001e1f',
  900: '#001111',
  950: '#000606',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva