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: #d9eaf3;
--brand-200: #acccdd;
--brand-300: #79aac2;
--brand-400: #3d86a4;
--brand-500: #047495;
--brand-600: #005772;
--brand-700: #003f55;
--brand-800: #00283a;
--brand-900: #001521;
--brand-950: #000615;
}Tailwind
brand: {
50: '#ffffff',
100: '#d9eaf3',
200: '#acccdd',
300: '#79aac2',
400: '#3d86a4',
500: '#047495',
600: '#005772',
700: '#003f55',
800: '#00283a',
900: '#001521',
950: '#000615',
},