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#F2E6FB
200#DCC7EE
300#C2A4DD
400#A580C8
500#966EBD
600#705091
700#51366B
800#342049
900#1B0A2A
950#0F001A

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f2e6fb;
  --brand-200: #dcc7ee;
  --brand-300: #c2a4dd;
  --brand-400: #a580c8;
  --brand-500: #966ebd;
  --brand-600: #705091;
  --brand-700: #51366b;
  --brand-800: #342049;
  --brand-900: #1b0a2a;
  --brand-950: #0f001a;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f2e6fb',
  200: '#dcc7ee',
  300: '#c2a4dd',
  400: '#a580c8',
  500: '#966ebd',
  600: '#705091',
  700: '#51366b',
  800: '#342049',
  900: '#1b0a2a',
  950: '#0f001a',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva