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: #f0ebff;
--brand-200: #d8d1ff;
--brand-300: #bdb5ff;
--brand-400: #9d97fd;
--brand-500: #8b88f8;
--brand-600: #6463be;
--brand-700: #43448e;
--brand-800: #252862;
--brand-900: #090f3a;
--brand-950: #020024;
}Tailwind
brand: {
50: '#ffffff',
100: '#f0ebff',
200: '#d8d1ff',
300: '#bdb5ff',
400: '#9d97fd',
500: '#8b88f8',
600: '#6463be',
700: '#43448e',
800: '#252862',
900: '#090f3a',
950: '#020024',
},