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#E3E6FF
200#BDC6FF
300#8EA4FF
400#4F80F5
500#056EEE
600#0051BA
700#00398E
800#002466
900#000F42
950#00002C

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e3e6ff;
  --brand-200: #bdc6ff;
  --brand-300: #8ea4ff;
  --brand-400: #4f80f5;
  --brand-500: #056eee;
  --brand-600: #0051ba;
  --brand-700: #00398e;
  --brand-800: #002466;
  --brand-900: #000f42;
  --brand-950: #00002c;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e3e6ff',
  200: '#bdc6ff',
  300: '#8ea4ff',
  400: '#4f80f5',
  500: '#056eee',
  600: '#0051ba',
  700: '#00398e',
  800: '#002466',
  900: '#000f42',
  950: '#00002c',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva