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: #ffe3e9;
--brand-200: #ffc0cd;
--brand-300: #ff9ab0;
--brand-400: #ff6e91;
--brand-500: #fb5581;
--brand-600: #c0375e;
--brand-700: #8e1c40;
--brand-800: #610125;
--brand-900: #39000b;
--brand-950: #290000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffe3e9',
200: '#ffc0cd',
300: '#ff9ab0',
400: '#ff6e91',
500: '#fb5581',
600: '#c0375e',
700: '#8e1c40',
800: '#610125',
900: '#39000b',
950: '#290000',
},