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: #ffdfda;
--brand-200: #f9b6af;
--brand-300: #e58a82;
--brand-400: #cb5a55;
--brand-500: #bb3f3f;
--brand-600: #912a2c;
--brand-700: #6d191c;
--brand-800: #4c080b;
--brand-900: #310000;
--brand-950: #260000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffdfda',
200: '#f9b6af',
300: '#e58a82',
400: '#cb5a55',
500: '#bb3f3f',
600: '#912a2c',
700: '#6d191c',
800: '#4c080b',
900: '#310000',
950: '#260000',
},