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#D9EBF1
200#ABCFDA
300#78AFBF
400#3C8DA1
500#017B92
600#005C6F
700#004251
800#002B37
900#00161F
950#000712

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #d9ebf1;
  --brand-200: #abcfda;
  --brand-300: #78afbf;
  --brand-400: #3c8da1;
  --brand-500: #017b92;
  --brand-600: #005c6f;
  --brand-700: #004251;
  --brand-800: #002b37;
  --brand-900: #00161f;
  --brand-950: #000712;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#d9ebf1',
  200: '#abcfda',
  300: '#78afbf',
  400: '#3c8da1',
  500: '#017b92',
  600: '#005c6f',
  700: '#004251',
  800: '#002b37',
  900: '#00161f',
  950: '#000712',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva