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: #dcfff4;
--brand-200: #b6ffe8;
--brand-300: #8bffdb;
--brand-400: #4ffbcd;
--brand-500: #01f9c6;
--brand-600: #00b78e;
--brand-700: #007f5f;
--brand-800: #004e35;
--brand-900: #002311;
--brand-950: #001100;
}Tailwind
brand: {
50: '#ffffff',
100: '#dcfff4',
200: '#b6ffe8',
300: '#8bffdb',
400: '#4ffbcd',
500: '#01f9c6',
600: '#00b78e',
700: '#007f5f',
800: '#004e35',
900: '#002311',
950: '#001100',
},