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: #f9e3ff;
--brand-200: #e8c0ff;
--brand-300: #d199ff;
--brand-400: #b570fa;
--brand-500: #a55af4;
--brand-600: #7c3fbd;
--brand-700: #59278f;
--brand-800: #391265;
--brand-900: #1d003f;
--brand-950: #160029;
}Tailwind
brand: {
50: '#ffffff',
100: '#f9e3ff',
200: '#e8c0ff',
300: '#d199ff',
400: '#b570fa',
500: '#a55af4',
600: '#7c3fbd',
700: '#59278f',
800: '#391265',
900: '#1d003f',
950: '#160029',
},