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: #ffdcff;
--brand-200: #f8b1ff;
--brand-300: #e680ff;
--brand-400: #cd43ff;
--brand-500: #be03fd;
--brand-600: #9200c6;
--brand-700: #6c0098;
--brand-800: #49006d;
--brand-900: #2b0047;
--brand-950: #20002f;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffdcff',
200: '#f8b1ff',
300: '#e680ff',
400: '#cd43ff',
500: '#be03fd',
600: '#9200c6',
700: '#6c0098',
800: '#49006d',
900: '#2b0047',
950: '#20002f',
},