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#E7EDF3
200#CAD5E0
300#A9B9C9
400#879CB0
500#758DA3
600#54687A
700#394958
800#202D39
900#08141D
950#00020D

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e7edf3;
  --brand-200: #cad5e0;
  --brand-300: #a9b9c9;
  --brand-400: #879cb0;
  --brand-500: #758da3;
  --brand-600: #54687a;
  --brand-700: #394958;
  --brand-800: #202d39;
  --brand-900: #08141d;
  --brand-950: #00020d;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e7edf3',
  200: '#cad5e0',
  300: '#a9b9c9',
  400: '#879cb0',
  500: '#758da3',
  600: '#54687a',
  700: '#394958',
  800: '#202d39',
  900: '#08141d',
  950: '#00020d',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva