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#D9EAF3
200#ACCCDD
300#79AAC2
400#3D86A4
500#047495
600#005772
700#003F55
800#00283A
900#001521
950#000615

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #d9eaf3;
  --brand-200: #acccdd;
  --brand-300: #79aac2;
  --brand-400: #3d86a4;
  --brand-500: #047495;
  --brand-600: #005772;
  --brand-700: #003f55;
  --brand-800: #00283a;
  --brand-900: #001521;
  --brand-950: #000615;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#d9eaf3',
  200: '#acccdd',
  300: '#79aac2',
  400: '#3d86a4',
  500: '#047495',
  600: '#005772',
  700: '#003f55',
  800: '#00283a',
  900: '#001521',
  950: '#000615',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva