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#F3E6F5
200#DFC7E2
300#C6A4CC
400#AB80B2
500#9C6DA5
600#764F7D
700#55365B
800#381F3D
900#1E0A22
950#110014

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f3e6f5;
  --brand-200: #dfc7e2;
  --brand-300: #c6a4cc;
  --brand-400: #ab80b2;
  --brand-500: #9c6da5;
  --brand-600: #764f7d;
  --brand-700: #55365b;
  --brand-800: #381f3d;
  --brand-900: #1e0a22;
  --brand-950: #110014;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f3e6f5',
  200: '#dfc7e2',
  300: '#c6a4cc',
  400: '#ab80b2',
  500: '#9c6da5',
  600: '#764f7d',
  700: '#55365b',
  800: '#381f3d',
  900: '#1e0a22',
  950: '#110014',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva