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: #ffe4ea;
--brand-200: #ffc2cf;
--brand-300: #f89cb2;
--brand-400: #e87393;
--brand-500: #de5d83;
--brand-600: #aa4060;
--brand-700: #7e2743;
--brand-800: #551029;
--brand-900: #320010;
--brand-950: #240000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffe4ea',
200: '#ffc2cf',
300: '#f89cb2',
400: '#e87393',
500: '#de5d83',
600: '#aa4060',
700: '#7e2743',
800: '#551029',
900: '#320010',
950: '#240000',
},