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#D7E8E8
200#A6C8C8
300#71A3A4
400#367D7E
500#05696B
600#004F51
700#003A3B
800#002627
900#001515
950#000808

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #d7e8e8;
  --brand-200: #a6c8c8;
  --brand-300: #71a3a4;
  --brand-400: #367d7e;
  --brand-500: #05696b;
  --brand-600: #004f51;
  --brand-700: #003a3b;
  --brand-800: #002627;
  --brand-900: #001515;
  --brand-950: #000808;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#d7e8e8',
  200: '#a6c8c8',
  300: '#71a3a4',
  400: '#367d7e',
  500: '#05696b',
  600: '#004f51',
  700: '#003a3b',
  800: '#002627',
  900: '#001515',
  950: '#000808',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva