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#FFEAFE
200#FBD0F6
300#F1B4EB
400#E495DE
500#DD85D7
600#A65EA2
700#783E75
800#4E214C
900#290628
950#1A0017

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffeafe;
  --brand-200: #fbd0f6;
  --brand-300: #f1b4eb;
  --brand-400: #e495de;
  --brand-500: #dd85d7;
  --brand-600: #a65ea2;
  --brand-700: #783e75;
  --brand-800: #4e214c;
  --brand-900: #290628;
  --brand-950: #1a0017;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffeafe',
  200: '#fbd0f6',
  300: '#f1b4eb',
  400: '#e495de',
  500: '#dd85d7',
  600: '#a65ea2',
  700: '#783e75',
  800: '#4e214c',
  900: '#290628',
  950: '#1a0017',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva