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.
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',
},