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: #f1dcff;
--brand-200: #d5b1ff;
--brand-300: #b081fc;
--brand-400: #834eec;
--brand-500: #6832e3;
--brand-600: #4d21b4;
--brand-700: #36138c;
--brand-800: #210667;
--brand-900: #0f0046;
--brand-950: #110031;
}Tailwind
brand: {
50: '#ffffff',
100: '#f1dcff',
200: '#d5b1ff',
300: '#b081fc',
400: '#834eec',
500: '#6832e3',
600: '#4d21b4',
700: '#36138c',
800: '#210667',
900: '#0f0046',
950: '#110031',
},