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#FFE7FF
200#FCC9F7
300#F1A7EC
400#E283DE
500#DA70D6
600#A54EA2
700#783176
800#50174F
900#2C002C
950#1D001A

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffe7ff;
  --brand-200: #fcc9f7;
  --brand-300: #f1a7ec;
  --brand-400: #e283de;
  --brand-500: #da70d6;
  --brand-600: #a54ea2;
  --brand-700: #783176;
  --brand-800: #50174f;
  --brand-900: #2c002c;
  --brand-950: #1d001a;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffe7ff',
  200: '#fcc9f7',
  300: '#f1a7ec',
  400: '#e283de',
  500: '#da70d6',
  600: '#a54ea2',
  700: '#783176',
  800: '#50174f',
  900: '#2c002c',
  950: '#1d001a',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva