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: #dae2f2;
--brand-200: #acbbd8;
--brand-300: #7891b9;
--brand-400: #3e6696;
--brand-500: #155084;
--brand-600: #073d67;
--brand-700: #002c4f;
--brand-800: #001d39;
--brand-900: #000d25;
--brand-950: #000119;
}Tailwind
brand: {
50: '#ffffff',
100: '#dae2f2',
200: '#acbbd8',
300: '#7891b9',
400: '#3e6696',
500: '#155084',
600: '#073d67',
700: '#002c4f',
800: '#001d39',
900: '#000d25',
950: '#000119',
},