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: #e3e6ff;
--brand-200: #bdc6ff;
--brand-300: #8ea4ff;
--brand-400: #4f80f5;
--brand-500: #056eee;
--brand-600: #0051ba;
--brand-700: #00398e;
--brand-800: #002466;
--brand-900: #000f42;
--brand-950: #00002c;
}Tailwind
brand: {
50: '#ffffff',
100: '#e3e6ff',
200: '#bdc6ff',
300: '#8ea4ff',
400: '#4f80f5',
500: '#056eee',
600: '#0051ba',
700: '#00398e',
800: '#002466',
900: '#000f42',
950: '#00002c',
},