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#FBEEFF
200#F0D8FF
300#E3C1FF
400#D3A8FB
500#CA9BF7
600#966FBB
700#694B88
800#422B5A
900#1E0E31
950#10001C

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fbeeff;
  --brand-200: #f0d8ff;
  --brand-300: #e3c1ff;
  --brand-400: #d3a8fb;
  --brand-500: #ca9bf7;
  --brand-600: #966fbb;
  --brand-700: #694b88;
  --brand-800: #422b5a;
  --brand-900: #1e0e31;
  --brand-950: #10001c;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fbeeff',
  200: '#f0d8ff',
  300: '#e3c1ff',
  400: '#d3a8fb',
  500: '#ca9bf7',
  600: '#966fbb',
  700: '#694b88',
  800: '#422b5a',
  900: '#1e0e31',
  950: '#10001c',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva