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#E5EAFF
200#C2CFFF
300#98B1FF
400#6292FC
500#3B82F6
600#1A60BF
700#004390
800#002965
900#00123E
950#000028

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e5eaff;
  --brand-200: #c2cfff;
  --brand-300: #98b1ff;
  --brand-400: #6292fc;
  --brand-500: #3b82f6;
  --brand-600: #1a60bf;
  --brand-700: #004390;
  --brand-800: #002965;
  --brand-900: #00123e;
  --brand-950: #000028;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e5eaff',
  200: '#c2cfff',
  300: '#98b1ff',
  400: '#6292fc',
  500: '#3b82f6',
  600: '#1a60bf',
  700: '#004390',
  800: '#002965',
  900: '#00123e',
  950: '#000028',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva