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: #e1e7f9;
--brand-200: #bbc6e9;
--brand-300: #8fa3d3;
--brand-400: #5f7eba;
--brand-500: #436bad;
--brand-600: #2d5086;
--brand-700: #1a3964;
--brand-800: #072446;
--brand-900: #00102b;
--brand-950: #00001c;
}Tailwind
brand: {
50: '#ffffff',
100: '#e1e7f9',
200: '#bbc6e9',
300: '#8fa3d3',
400: '#5f7eba',
500: '#436bad',
600: '#2d5086',
700: '#1a3964',
800: '#072446',
900: '#00102b',
950: '#00001c',
},