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: #ffe4ff;
--brand-200: #f6c3ff;
--brand-300: #e69eff;
--brand-400: #d376ff;
--brand-500: #c760ff;
--brand-600: #9641c5;
--brand-700: #6d2793;
--brand-800: #470e67;
--brand-900: #26003e;
--brand-950: #1b0028;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffe4ff',
200: '#f6c3ff',
300: '#e69eff',
400: '#d376ff',
500: '#c760ff',
600: '#9641c5',
700: '#6d2793',
800: '#470e67',
900: '#26003e',
950: '#1b0028',
},