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: #f7dcff;
--brand-200: #e1b1ff;
--brand-300: #c481fb;
--brand-400: #9f4ceb;
--brand-500: #8a2be2;
--brand-600: #6919b2;
--brand-700: #4d088a;
--brand-800: #330065;
--brand-900: #1d0043;
--brand-950: #18002e;
}Tailwind
brand: {
50: '#ffffff',
100: '#f7dcff',
200: '#e1b1ff',
300: '#c481fb',
400: '#9f4ceb',
500: '#8a2be2',
600: '#6919b2',
700: '#4d088a',
800: '#330065',
900: '#1d0043',
950: '#18002e',
},