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: #e2faf0;
--brand-200: #c3f0de;
--brand-300: #a0e3ca;
--brand-400: #7bd5b5;
--brand-500: #66cdaa;
--brand-600: #41977b;
--brand-700: #206953;
--brand-800: #004130;
--brand-900: #001e10;
--brand-950: #000b00;
}Tailwind
brand: {
50: '#ffffff',
100: '#e2faf0',
200: '#c3f0de',
300: '#a0e3ca',
400: '#7bd5b5',
500: '#66cdaa',
600: '#41977b',
700: '#206953',
800: '#004130',
900: '#001e10',
950: '#000b00',
},