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#DDD2EE
200#AB99CB
300#725DA1
400#332173
500#00035B
600#06024D
700#0B0040
800#0F0035
900#0F002A
950#0D0021

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ddd2ee;
  --brand-200: #ab99cb;
  --brand-300: #725da1;
  --brand-400: #332173;
  --brand-500: #00035b;
  --brand-600: #06024d;
  --brand-700: #0b0040;
  --brand-800: #0f0035;
  --brand-900: #0f002a;
  --brand-950: #0d0021;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ddd2ee',
  200: '#ab99cb',
  300: '#725da1',
  400: '#332173',
  500: '#00035b',
  600: '#06024d',
  700: '#0b0040',
  800: '#0f0035',
  900: '#0f002a',
  950: '#0d0021',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva