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: #ffdcd3;
--brand-200: #ffb2a3;
--brand-300: #ff8172;
--brand-400: #ff4442;
--brand-500: #f7022a;
--brand-600: #bf0019;
--brand-700: #900009;
--brand-800: #650000;
--brand-900: #410000;
--brand-950: #320000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffdcd3',
200: '#ffb2a3',
300: '#ff8172',
400: '#ff4442',
500: '#f7022a',
600: '#bf0019',
700: '#900009',
800: '#650000',
900: '#410000',
950: '#320000',
},