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: #ece3ff;
--brand-200: #cebef9;
--brand-300: #aa97ea;
--brand-400: #816fd8;
--brand-500: #6a5acd;
--brand-600: #4e42a0;
--brand-700: #362d7a;
--brand-800: #1f1b57;
--brand-900: #0d0737;
--brand-950: #080025;
}Tailwind
brand: {
50: '#ffffff',
100: '#ece3ff',
200: '#cebef9',
300: '#aa97ea',
400: '#816fd8',
500: '#6a5acd',
600: '#4e42a0',
700: '#362d7a',
800: '#1f1b57',
900: '#0d0737',
950: '#080025',
},