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#E8E1FF
200#C5BAFF
300#9691FF
400#5567FF
500#0652FF
600#003CCA
700#00299D
800#001873
900#00064D
950#000035

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e8e1ff;
  --brand-200: #c5baff;
  --brand-300: #9691ff;
  --brand-400: #5567ff;
  --brand-500: #0652ff;
  --brand-600: #003cca;
  --brand-700: #00299d;
  --brand-800: #001873;
  --brand-900: #00064d;
  --brand-950: #000035;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e8e1ff',
  200: '#c5baff',
  300: '#9691ff',
  400: '#5567ff',
  500: '#0652ff',
  600: '#003cca',
  700: '#00299d',
  800: '#001873',
  900: '#00064d',
  950: '#000035',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva