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#E6E5FF
200#C2C4FF
300#98A0F8
400#647BEA
500#4169E1
600#274DB0
700#0E3686
800#002160
900#000D3D
950#000029

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e6e5ff;
  --brand-200: #c2c4ff;
  --brand-300: #98a0f8;
  --brand-400: #647bea;
  --brand-500: #4169e1;
  --brand-600: #274db0;
  --brand-700: #0e3686;
  --brand-800: #002160;
  --brand-900: #000d3d;
  --brand-950: #000029;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e6e5ff',
  200: '#c2c4ff',
  300: '#98a0f8',
  400: '#647bea',
  500: '#4169e1',
  600: '#274db0',
  700: '#0e3686',
  800: '#002160',
  900: '#000d3d',
  950: '#000029',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva