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: #f2d8ff;
--brand-200: #d5a8ff;
--brand-300: #af73ff;
--brand-400: #7c37f8;
--brand-500: #5a06ef;
--brand-600: #4200bf;
--brand-700: #2d0096;
--brand-800: #1a0071;
--brand-900: #0b004f;
--brand-950: #110038;
}Tailwind
brand: {
50: '#ffffff',
100: '#f2d8ff',
200: '#d5a8ff',
300: '#af73ff',
400: '#7c37f8',
500: '#5a06ef',
600: '#4200bf',
700: '#2d0096',
800: '#1a0071',
900: '#0b004f',
950: '#110038',
},