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: #ffe1fc;
--brand-200: #f8bcef;
--brand-300: #e993de;
--brand-400: #d566c9;
--brand-500: #c94cbe;
--brand-600: #9a3291;
--brand-700: #721c6c;
--brand-800: #4e0549;
--brand-900: #2e002b;
--brand-950: #20001b;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffe1fc',
200: '#f8bcef',
300: '#e993de',
400: '#d566c9',
500: '#c94cbe',
600: '#9a3291',
700: '#721c6c',
800: '#4e0549',
900: '#2e002b',
950: '#20001b',
},