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: #e2d4e3;
--brand-200: #b69db9;
--brand-300: #856289;
--brand-400: #502657;
--brand-500: #35063e;
--brand-600: #2c0633;
--brand-700: #24042a;
--brand-800: #1f0022;
--brand-900: #19001a;
--brand-950: #130014;
}Tailwind
brand: {
50: '#ffffff',
100: '#e2d4e3',
200: '#b69db9',
300: '#856289',
400: '#502657',
500: '#35063e',
600: '#2c0633',
700: '#24042a',
800: '#1f0022',
900: '#19001a',
950: '#130014',
},