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: #eddce8;
--brand-200: #ceb0c6;
--brand-300: #a97f9f;
--brand-400: #814d76;
--brand-500: #6c3461;
--brand-600: #54264b;
--brand-700: #401a39;
--brand-800: #2e0f28;
--brand-900: #1f0019;
--brand-950: #15000f;
}Tailwind
brand: {
50: '#ffffff',
100: '#eddce8',
200: '#ceb0c6',
300: '#a97f9f',
400: '#814d76',
500: '#6c3461',
600: '#54264b',
700: '#401a39',
800: '#2e0f28',
900: '#1f0019',
950: '#15000f',
},