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: #dffaf8;
--brand-200: #bcf1ee;
--brand-300: #95e6e1;
--brand-400: #66d8d3;
--brand-500: #48d1cc;
--brand-600: #209a96;
--brand-700: #006b69;
--brand-800: #004240;
--brand-900: #001f1c;
--brand-950: #000c07;
}Tailwind
brand: {
50: '#ffffff',
100: '#dffaf8',
200: '#bcf1ee',
300: '#95e6e1',
400: '#66d8d3',
500: '#48d1cc',
600: '#209a96',
700: '#006b69',
800: '#004240',
900: '#001f1c',
950: '#000c07',
},