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: #faedf0;
--brand-200: #edd5dc;
--brand-300: #debbc6;
--brand-400: #cca0ad;
--brand-500: #c292a1;
--brand-600: #916a76;
--brand-700: #684852;
--brand-800: #432a32;
--brand-900: #220f16;
--brand-950: #120001;
}Tailwind
brand: {
50: '#ffffff',
100: '#faedf0',
200: '#edd5dc',
300: '#debbc6',
400: '#cca0ad',
500: '#c292a1',
600: '#916a76',
700: '#684852',
800: '#432a32',
900: '#220f16',
950: '#120001',
},