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: #fad7d5;
--brand-200: #e2a4a2;
--brand-300: #c16d6d;
--brand-400: #973039;
--brand-500: #800020;
--brand-600: #660017;
--brand-700: #50000d;
--brand-800: #3c0000;
--brand-900: #2d0000;
--brand-950: #250000;
}Tailwind
brand: {
50: '#ffffff',
100: '#fad7d5',
200: '#e2a4a2',
300: '#c16d6d',
400: '#973039',
500: '#800020',
600: '#660017',
700: '#50000d',
800: '#3c0000',
900: '#2d0000',
950: '#250000',
},