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#E1E7F9
200#BBC6E9
300#8FA3D3
400#5F7EBA
500#436BAD
600#2D5086
700#1A3964
800#072446
900#00102B
950#00001C

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e1e7f9;
  --brand-200: #bbc6e9;
  --brand-300: #8fa3d3;
  --brand-400: #5f7eba;
  --brand-500: #436bad;
  --brand-600: #2d5086;
  --brand-700: #1a3964;
  --brand-800: #072446;
  --brand-900: #00102b;
  --brand-950: #00001c;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e1e7f9',
  200: '#bbc6e9',
  300: '#8fa3d3',
  400: '#5f7eba',
  500: '#436bad',
  600: '#2d5086',
  700: '#1a3964',
  800: '#072446',
  900: '#00102b',
  950: '#00001c',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva