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#F9EFF9
200#EEDBEE
300#E0C5E0
400#D0AED0
500#C8A2C8
600#947594
700#695069
800#422F42
900#1F1120
950#0E000E

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f9eff9;
  --brand-200: #eedbee;
  --brand-300: #e0c5e0;
  --brand-400: #d0aed0;
  --brand-500: #c8a2c8;
  --brand-600: #947594;
  --brand-700: #695069;
  --brand-800: #422f42;
  --brand-900: #1f1120;
  --brand-950: #0e000e;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f9eff9',
  200: '#eedbee',
  300: '#e0c5e0',
  400: '#d0aed0',
  500: '#c8a2c8',
  600: '#947594',
  700: '#695069',
  800: '#422f42',
  900: '#1f1120',
  950: '#0e000e',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva