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: #f7d7d9;
--brand-200: #dea3a9;
--brand-300: #bc6c77;
--brand-400: #922f44;
--brand-500: #7b002c;
--brand-600: #620021;
--brand-700: #4d0018;
--brand-800: #3a000c;
--brand-900: #2b0000;
--brand-950: #230000;
}Tailwind
brand: {
50: '#ffffff',
100: '#f7d7d9',
200: '#dea3a9',
300: '#bc6c77',
400: '#922f44',
500: '#7b002c',
600: '#620021',
700: '#4d0018',
800: '#3a000c',
900: '#2b0000',
950: '#230000',
},