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#E3D3FA
200#B69CE3
300#8162C4
400#40259F
500#00008B
600#040173
700#05015D
800#08004A
900#0D0038
950#0F002B

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e3d3fa;
  --brand-200: #b69ce3;
  --brand-300: #8162c4;
  --brand-400: #40259f;
  --brand-500: #00008b;
  --brand-600: #040173;
  --brand-700: #05015d;
  --brand-800: #08004a;
  --brand-900: #0d0038;
  --brand-950: #0f002b;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e3d3fa',
  200: '#b69ce3',
  300: '#8162c4',
  400: '#40259f',
  500: '#00008b',
  600: '#040173',
  700: '#05015d',
  800: '#08004a',
  900: '#0d0038',
  950: '#0f002b',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva