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: #ffdfff;
--brand-200: #ffb7ff;
--brand-300: #ff88ff;
--brand-400: #ff4bff;
--brand-500: #ff00ff;
--brand-600: #c400c4;
--brand-700: #910093;
--brand-800: #640066;
--brand-900: #3a003d;
--brand-950: #280027;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffdfff',
200: '#ffb7ff',
300: '#ff88ff',
400: '#ff4bff',
500: '#ff00ff',
600: '#c400c4',
700: '#910093',
800: '#640066',
900: '#3a003d',
950: '#280027',
},