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: #eaf1f5;
--brand-200: #cfdde5;
--brand-300: #b3c7d2;
--brand-400: #95afbd;
--brand-500: #85a3b2;
--brand-600: #5f7884;
--brand-700: #40545e;
--brand-800: #23333b;
--brand-900: #09171c;
--brand-950: #00030b;
}Tailwind
brand: {
50: '#ffffff',
100: '#eaf1f5',
200: '#cfdde5',
300: '#b3c7d2',
400: '#95afbd',
500: '#85a3b2',
600: '#5f7884',
700: '#40545e',
800: '#23333b',
900: '#09171c',
950: '#00030b',
},