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: #e1e5f4;
--brand-200: #bac1de;
--brand-300: #8f9bc2;
--brand-400: #6073a4;
--brand-500: #475f94;
--brand-600: #334773;
--brand-700: #213356;
--brand-800: #11203c;
--brand-900: #030e25;
--brand-950: #000018;
}Tailwind
brand: {
50: '#ffffff',
100: '#e1e5f4',
200: '#bac1de',
300: '#8f9bc2',
400: '#6073a4',
500: '#475f94',
600: '#334773',
700: '#213356',
800: '#11203c',
900: '#030e25',
950: '#000018',
},