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#E0E1FF
200#B6BBF3
300#8591DF
400#4867C7
500#0F52BA
600#003D93
700#002C71
800#001C53
900#000A37
950#000026

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e0e1ff;
  --brand-200: #b6bbf3;
  --brand-300: #8591df;
  --brand-400: #4867c7;
  --brand-500: #0f52ba;
  --brand-600: #003d93;
  --brand-700: #002c71;
  --brand-800: #001c53;
  --brand-900: #000a37;
  --brand-950: #000026;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e0e1ff',
  200: '#b6bbf3',
  300: '#8591df',
  400: '#4867c7',
  500: '#0f52ba',
  600: '#003d93',
  700: '#002c71',
  800: '#001c53',
  900: '#000a37',
  950: '#000026',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva