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: #ece0e8;
--brand-200: #ceb8c6;
--brand-300: #ac8da0;
--brand-400: #866079;
--brand-500: #734a65;
--brand-600: #58374d;
--brand-700: #422638;
--brand-800: #2d1726;
--brand-900: #1c0615;
--brand-950: #110009;
}Tailwind
brand: {
50: '#ffffff',
100: '#ece0e8',
200: '#ceb8c6',
300: '#ac8da0',
400: '#866079',
500: '#734a65',
600: '#58374d',
700: '#422638',
800: '#2d1726',
900: '#1c0615',
950: '#110009',
},