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: #ffdeda;
--brand-200: #ffb6b1;
--brand-300: #ff8886;
--brand-400: #ff505c;
--brand-500: #fc2647;
--brand-600: #c20330;
--brand-700: #92001d;
--brand-800: #650009;
--brand-900: #3f0000;
--brand-950: #300000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffdeda',
200: '#ffb6b1',
300: '#ff8886',
400: '#ff505c',
500: '#fc2647',
600: '#c20330',
700: '#92001d',
800: '#650009',
900: '#3f0000',
950: '#300000',
},