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#D8EFEE
200#ABD6D5
300#78BAB9
400#3C9B9B
500#008B8B
600#006868
700#004A4A
800#002F30
900#001918
950#000A08

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #d8efee;
  --brand-200: #abd6d5;
  --brand-300: #78bab9;
  --brand-400: #3c9b9b;
  --brand-500: #008b8b;
  --brand-600: #006868;
  --brand-700: #004a4a;
  --brand-800: #002f30;
  --brand-900: #001918;
  --brand-950: #000a08;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#d8efee',
  200: '#abd6d5',
  300: '#78bab9',
  400: '#3c9b9b',
  500: '#008b8b',
  600: '#006868',
  700: '#004a4a',
  800: '#002f30',
  900: '#001918',
  950: '#000a08',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva