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#D8DBEB
200#A5ACC9
300#6E79A1
400#314676
500#042E60
600#03244D
700#021B3D
800#02132F
900#000622
950#000019

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #d8dbeb;
  --brand-200: #a5acc9;
  --brand-300: #6e79a1;
  --brand-400: #314676;
  --brand-500: #042e60;
  --brand-600: #03244d;
  --brand-700: #021b3d;
  --brand-800: #02132f;
  --brand-900: #000622;
  --brand-950: #000019;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#d8dbeb',
  200: '#a5acc9',
  300: '#6e79a1',
  400: '#314676',
  500: '#042e60',
  600: '#03244d',
  700: '#021b3d',
  800: '#02132f',
  900: '#000622',
  950: '#000019',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva