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#FFDEFF
200#FFB5FF
300#F487F4
400#E24FE6
500#D725DE
600#A504AC
700#7B0081
800#55005A
900#320037
950#240024

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffdeff;
  --brand-200: #ffb5ff;
  --brand-300: #f487f4;
  --brand-400: #e24fe6;
  --brand-500: #d725de;
  --brand-600: #a504ac;
  --brand-700: #7b0081;
  --brand-800: #55005a;
  --brand-900: #320037;
  --brand-950: #240024;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffdeff',
  200: '#ffb5ff',
  300: '#f487f4',
  400: '#e24fe6',
  500: '#d725de',
  600: '#a504ac',
  700: '#7b0081',
  800: '#55005a',
  900: '#320037',
  950: '#240024',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva