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: #ffe2ff;
--brand-200: #ffbfff;
--brand-300: #f397ff;
--brand-400: #e36afa;
--brand-500: #d94ff5;
--brand-600: #a532bd;
--brand-700: #79188d;
--brand-800: #510062;
--brand-900: #2e003b;
--brand-950: #200025;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffe2ff',
200: '#ffbfff',
300: '#f397ff',
400: '#e36afa',
500: '#d94ff5',
600: '#a532bd',
700: '#79188d',
800: '#510062',
900: '#2e003b',
950: '#200025',
},