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: #ffe0e3;
--brand-200: #f2b9bf;
--brand-300: #de8e98;
--brand-400: #c46171;
--brand-500: #b5485d;
--brand-600: #8c3244;
--brand-700: #681f2f;
--brand-800: #480e1c;
--brand-900: #2d0005;
--brand-950: #220000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffe0e3',
200: '#f2b9bf',
300: '#de8e98',
400: '#c46171',
500: '#b5485d',
600: '#8c3244',
700: '#681f2f',
800: '#480e1c',
900: '#2d0005',
950: '#220000',
},