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: #ecf4ff;
--brand-200: #d4e5ff;
--brand-300: #b9d4ff;
--brand-400: #9bc1ff;
--brand-500: #8ab8fe;
--brand-600: #5f87c0;
--brand-700: #3b5d8b;
--brand-800: #1a385b;
--brand-900: #001831;
--brand-950: #00011c;
}Tailwind
brand: {
50: '#ffffff',
100: '#ecf4ff',
200: '#d4e5ff',
300: '#b9d4ff',
400: '#9bc1ff',
500: '#8ab8fe',
600: '#5f87c0',
700: '#3b5d8b',
800: '#1a385b',
900: '#001831',
950: '#00011c',
},