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: #ffdbd9;
--brand-200: #ffafad;
--brand-300: #ee7e7e;
--brand-400: #d44650;
--brand-500: #c41e3a;
--brand-600: #990928;
--brand-700: #740019;
--brand-800: #520008;
--brand-900: #360000;
--brand-950: #2a0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffdbd9',
200: '#ffafad',
300: '#ee7e7e',
400: '#d44650',
500: '#c41e3a',
600: '#990928',
700: '#740019',
800: '#520008',
900: '#360000',
950: '#2a0000',
},