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: #ffeaef;
--brand-200: #f8d0da;
--brand-300: #ecb4c3;
--brand-400: #de96aa;
--brand-500: #d5869d;
--brand-600: #a16073;
--brand-700: #744050;
--brand-800: #4c2431;
--brand-900: #290a15;
--brand-950: #1a0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffeaef',
200: '#f8d0da',
300: '#ecb4c3',
400: '#de96aa',
500: '#d5869d',
600: '#a16073',
700: '#744050',
800: '#4c2431',
900: '#290a15',
950: '#1a0000',
},