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: #fcf5ff;
--brand-200: #f6e9ff;
--brand-300: #eddbff;
--brand-400: #e4cdff;
--brand-500: #dfc5fe;
--brand-600: #a38ebd;
--brand-700: #716186;
--brand-800: #453855;
--brand-900: #1d1529;
--brand-950: #090015;
}Tailwind
brand: {
50: '#ffffff',
100: '#fcf5ff',
200: '#f6e9ff',
300: '#eddbff',
400: '#e4cdff',
500: '#dfc5fe',
600: '#a38ebd',
700: '#716186',
800: '#453855',
900: '#1d1529',
950: '#090015',
},