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#EFD7FF
200#CDA6FF
300#9E6FFF
400#5A32FF
500#0000FF
600#0000CD
700#0000A3
800#00007C
900#000058
950#04003F

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #efd7ff;
  --brand-200: #cda6ff;
  --brand-300: #9e6fff;
  --brand-400: #5a32ff;
  --brand-500: #0000ff;
  --brand-600: #0000cd;
  --brand-700: #0000a3;
  --brand-800: #00007c;
  --brand-900: #000058;
  --brand-950: #04003f;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#efd7ff',
  200: '#cda6ff',
  300: '#9e6fff',
  400: '#5a32ff',
  500: '#0000ff',
  600: '#0000cd',
  700: '#0000a3',
  800: '#00007c',
  900: '#000058',
  950: '#04003f',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva