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: #defbff;
--brand-200: #b9f4ff;
--brand-300: #8eeaff;
--brand-400: #51dfff;
--brand-500: #04d9ff;
--brand-600: #009fbf;
--brand-700: #006f88;
--brand-800: #004458;
--brand-900: #001f2c;
--brand-950: #000b17;
}Tailwind
brand: {
50: '#ffffff',
100: '#defbff',
200: '#b9f4ff',
300: '#8eeaff',
400: '#51dfff',
500: '#04d9ff',
600: '#009fbf',
700: '#006f88',
800: '#004458',
900: '#001f2c',
950: '#000b17',
},