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: #fde5e7;
--brand-200: #f0c5c8;
--brand-300: #dda1a7;
--brand-400: #c77b84;
--brand-500: #ba6873;
--brand-600: #8e4b54;
--brand-700: #68323a;
--brand-800: #461c23;
--brand-900: #28060a;
--brand-950: #1c0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#fde5e7',
200: '#f0c5c8',
300: '#dda1a7',
400: '#c77b84',
500: '#ba6873',
600: '#8e4b54',
700: '#68323a',
800: '#461c23',
900: '#28060a',
950: '#1c0000',
},