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: #f2d7e7;
--brand-200: #d6a4c3;
--brand-300: #b26c9a;
--brand-400: #892f6e;
--brand-500: #720058;
--brand-600: #5b0045;
--brand-700: #470036;
--brand-800: #350027;
--brand-900: #26001a;
--brand-950: #1e0011;
}Tailwind
brand: {
50: '#ffffff',
100: '#f2d7e7',
200: '#d6a4c3',
300: '#b26c9a',
400: '#892f6e',
500: '#720058',
600: '#5b0045',
700: '#470036',
800: '#350027',
900: '#26001a',
950: '#1e0011',
},