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: #dfe4ff;
--brand-200: #b6c1f2;
--brand-300: #859be0;
--brand-400: #4974c9;
--brand-500: #1560bd;
--brand-600: #004894;
--brand-700: #003371;
--brand-800: #002151;
--brand-900: #000e34;
--brand-950: #000023;
}Tailwind
brand: {
50: '#ffffff',
100: '#dfe4ff',
200: '#b6c1f2',
300: '#859be0',
400: '#4974c9',
500: '#1560bd',
600: '#004894',
700: '#003371',
800: '#002151',
900: '#000e34',
950: '#000023',
},