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#E0EBF9
200#BBD0EA
300#90B2D6
400#6192C0
500#4682B4
600#2D6189
700#174465
800#012B45
900#001427
950#000218

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e0ebf9;
  --brand-200: #bbd0ea;
  --brand-300: #90b2d6;
  --brand-400: #6192c0;
  --brand-500: #4682b4;
  --brand-600: #2d6189;
  --brand-700: #174465;
  --brand-800: #012b45;
  --brand-900: #001427;
  --brand-950: #000218;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e0ebf9',
  200: '#bbd0ea',
  300: '#90b2d6',
  400: '#6192c0',
  500: '#4682b4',
  600: '#2d6189',
  700: '#174465',
  800: '#012b45',
  900: '#001427',
  950: '#000218',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva