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: #eeffff;
--brand-200: #dcffff;
--brand-300: #cafffe;
--brand-400: #b6fffd;
--brand-500: #acfffc;
--brand-600: #75bab8;
--brand-700: #48807e;
--brand-800: #1e4d4b;
--brand-900: #00201f;
--brand-950: #000806;
}Tailwind
brand: {
50: '#ffffff',
100: '#eeffff',
200: '#dcffff',
300: '#cafffe',
400: '#b6fffd',
500: '#acfffc',
600: '#75bab8',
700: '#48807e',
800: '#1e4d4b',
900: '#00201f',
950: '#000806',
},