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: #ffdfe6;
--brand-200: #fdb8c5;
--brand-300: #ee8da2;
--brand-400: #d85d7d;
--brand-500: #cb416b;
--brand-600: #9d2a4f;
--brand-700: #751637;
--brand-800: #520321;
--brand-900: #32000b;
--brand-950: #250000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffdfe6',
200: '#fdb8c5',
300: '#ee8da2',
400: '#d85d7d',
500: '#cb416b',
600: '#9d2a4f',
700: '#751637',
800: '#520321',
900: '#32000b',
950: '#250000',
},