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: #ffdefe;
--brand-200: #ffb5f3;
--brand-300: #ff85e5;
--brand-400: #fd48d3;
--brand-500: #f504c9;
--brand-600: #bd009a;
--brand-700: #8d0072;
--brand-800: #62004d;
--brand-900: #3b002d;
--brand-950: #2a001c;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffdefe',
200: '#ffb5f3',
300: '#ff85e5',
400: '#fd48d3',
500: '#f504c9',
600: '#bd009a',
700: '#8d0072',
800: '#62004d',
900: '#3b002d',
950: '#2a001c',
},