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: #effefd;
--brand-200: #defafa;
--brand-300: #ccf6f6;
--brand-400: #b9f1f1;
--brand-500: #afeeee;
--brand-600: #7aaeae;
--brand-700: #4d7878;
--brand-800: #264848;
--brand-900: #031e1e;
--brand-950: #000606;
}Tailwind
brand: {
50: '#ffffff',
100: '#effefd',
200: '#defafa',
300: '#ccf6f6',
400: '#b9f1f1',
500: '#afeeee',
600: '#7aaeae',
700: '#4d7878',
800: '#264848',
900: '#031e1e',
950: '#000606',
},