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: #eee5f3;
--brand-200: #d4c4dd;
--brand-300: #b6a0c3;
--brand-400: #967aa7;
--brand-500: #856798;
--brand-600: #644c74;
--brand-700: #483455;
--brand-800: #2f2039;
--brand-900: #190b20;
--brand-950: #0c0013;
}Tailwind
brand: {
50: '#ffffff',
100: '#eee5f3',
200: '#d4c4dd',
300: '#b6a0c3',
400: '#967aa7',
500: '#856798',
600: '#644c74',
700: '#483455',
800: '#2f2039',
900: '#190b20',
950: '#0c0013',
},