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: #ffeaee;
--brand-200: #ffd1d8;
--brand-300: #ffb5c0;
--brand-400: #fc97a7;
--brand-500: #f7879a;
--brand-600: #bb5f70;
--brand-700: #883e4c;
--brand-800: #5a202c;
--brand-900: #30050f;
--brand-950: #210000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffeaee',
200: '#ffd1d8',
300: '#ffb5c0',
400: '#fc97a7',
500: '#f7879a',
600: '#bb5f70',
700: '#883e4c',
800: '#5a202c',
900: '#30050f',
950: '#210000',
},