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: #fff2f5;
--brand-200: #ffe3e7;
--brand-300: #ffd2d9;
--brand-400: #ffbfc9;
--brand-500: #ffb6c1;
--brand-600: #be838c;
--brand-700: #87585f;
--brand-800: #563238;
--brand-900: #2a1015;
--brand-950: #180000;
}Tailwind
brand: {
50: '#ffffff',
100: '#fff2f5',
200: '#ffe3e7',
300: '#ffd2d9',
400: '#ffbfc9',
500: '#ffb6c1',
600: '#be838c',
700: '#87585f',
800: '#563238',
900: '#2a1015',
950: '#180000',
},