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: #deffff;
--brand-200: #baffff;
--brand-300: #90ffff;
--brand-400: #53ffff;
--brand-500: #00ffff;
--brand-600: #00bbbb;
--brand-700: #008282;
--brand-800: #004f50;
--brand-900: #002323;
--brand-950: #000f0d;
}Tailwind
brand: {
50: '#ffffff',
100: '#deffff',
200: '#baffff',
300: '#90ffff',
400: '#53ffff',
500: '#00ffff',
600: '#00bbbb',
700: '#008282',
800: '#004f50',
900: '#002323',
950: '#000f0d',
},