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: #dfdffd;
--brand-200: #b3b6ed;
--brand-300: #818ad6;
--brand-400: #425dba;
--brand-500: #0047ab;
--brand-600: #003588;
--brand-700: #00266a;
--brand-800: #00194e;
--brand-900: #000735;
--brand-950: #000025;
}Tailwind
brand: {
50: '#ffffff',
100: '#dfdffd',
200: '#b3b6ed',
300: '#818ad6',
400: '#425dba',
500: '#0047ab',
600: '#003588',
700: '#00266a',
800: '#00194e',
900: '#000735',
950: '#000025',
},