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: #f2e7ff;
--brand-200: #dcc8fd;
--brand-300: #c2a6f2;
--brand-400: #a482e3;
--brand-500: #9370db;
--brand-600: #6d51a9;
--brand-700: #4d377e;
--brand-800: #301f57;
--brand-900: #160934;
--brand-950: #0e0021;
}Tailwind
brand: {
50: '#ffffff',
100: '#f2e7ff',
200: '#dcc8fd',
300: '#c2a6f2',
400: '#a482e3',
500: '#9370db',
600: '#6d51a9',
700: '#4d377e',
800: '#301f57',
900: '#160934',
950: '#0e0021',
},