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#E3EDFF
200#BED5FF
300#92BAFF
400#569EFF
500#1E90FF
600#006AC5
700#004A93
800#002E67
900#00143E
950#000028

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e3edff;
  --brand-200: #bed5ff;
  --brand-300: #92baff;
  --brand-400: #569eff;
  --brand-500: #1e90ff;
  --brand-600: #006ac5;
  --brand-700: #004a93;
  --brand-800: #002e67;
  --brand-900: #00143e;
  --brand-950: #000028;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e3edff',
  200: '#bed5ff',
  300: '#92baff',
  400: '#569eff',
  500: '#1e90ff',
  600: '#006ac5',
  700: '#004a93',
  800: '#002e67',
  900: '#00143e',
  950: '#000028',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva