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: #f4d6de;
--brand-200: #d9a3b2;
--brand-300: #b56b81;
--brand-400: #8a2e51;
--brand-500: #730039;
--brand-600: #5c002c;
--brand-700: #480021;
--brand-800: #360017;
--brand-900: #280009;
--brand-950: #200000;
}Tailwind
brand: {
50: '#ffffff',
100: '#f4d6de',
200: '#d9a3b2',
300: '#b56b81',
400: '#8a2e51',
500: '#730039',
600: '#5c002c',
700: '#480021',
800: '#360017',
900: '#280009',
950: '#200000',
},