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: #ffd8d1;
--brand-200: #f2a79c;
--brand-300: #d77265;
--brand-400: #b23530;
--brand-500: #9d0216;
--brand-600: #7c000c;
--brand-700: #600000;
--brand-800: #470000;
--brand-900: #330000;
--brand-950: #290000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffd8d1',
200: '#f2a79c',
300: '#d77265',
400: '#b23530',
500: '#9d0216',
600: '#7c000c',
700: '#600000',
800: '#470000',
900: '#330000',
950: '#290000',
},