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: #ffe8ff;
--brand-200: #ffcbfe;
--brand-300: #ffabf6;
--brand-400: #f688ec;
--brand-500: #f075e6;
--brand-600: #b650ae;
--brand-700: #84317f;
--brand-800: #581554;
--brand-900: #30002e;
--brand-950: #20001b;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffe8ff',
200: '#ffcbfe',
300: '#ffabf6',
400: '#f688ec',
500: '#f075e6',
600: '#b650ae',
700: '#84317f',
800: '#581554',
900: '#30002e',
950: '#20001b',
},