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: #fff2f8;
--brand-200: #ffe3ed;
--brand-300: #ffd2e1;
--brand-400: #ffc0d5;
--brand-500: #ffb7ce;
--brand-600: #be8396;
--brand-700: #875867;
--brand-800: #56323e;
--brand-900: #2a1019;
--brand-950: #180002;
}Tailwind
brand: {
50: '#ffffff',
100: '#fff2f8',
200: '#ffe3ed',
300: '#ffd2e1',
400: '#ffc0d5',
500: '#ffb7ce',
600: '#be8396',
700: '#875867',
800: '#56323e',
900: '#2a1019',
950: '#180002',
},