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: #f7ecfe;
--brand-200: #e8d4f5;
--brand-300: #d6baea;
--brand-400: #c29edc;
--brand-500: #b790d4;
--brand-600: #8868a0;
--brand-700: #604774;
--brand-800: #3d294c;
--brand-900: #1d0e29;
--brand-950: #0e0017;
}Tailwind
brand: {
50: '#ffffff',
100: '#f7ecfe',
200: '#e8d4f5',
300: '#d6baea',
400: '#c29edc',
500: '#b790d4',
600: '#8868a0',
700: '#604774',
800: '#3d294c',
900: '#1d0e29',
950: '#0e0017',
},