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: #fff4ff;
--brand-200: #fde7ff;
--brand-300: #f9d8ff;
--brand-400: #f2c8ff;
--brand-500: #efc0fe;
--brand-600: #b08abd;
--brand-700: #7c5d86;
--brand-800: #4c3555;
--brand-900: #231229;
--brand-950: #100014;
}Tailwind
brand: {
50: '#ffffff',
100: '#fff4ff',
200: '#fde7ff',
300: '#f9d8ff',
400: '#f2c8ff',
500: '#efc0fe',
600: '#b08abd',
700: '#7c5d86',
800: '#4c3555',
900: '#231229',
950: '#100014',
},