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: #dffdf8;
--brand-200: #bbf7ee;
--brand-300: #93efe3;
--brand-400: #62e5d7;
--brand-500: #40e0d0;
--brand-600: #0da598;
--brand-700: #007369;
--brand-800: #00463f;
--brand-900: #00201a;
--brand-950: #000d03;
}Tailwind
brand: {
50: '#ffffff',
100: '#dffdf8',
200: '#bbf7ee',
300: '#93efe3',
400: '#62e5d7',
500: '#40e0d0',
600: '#0da598',
700: '#007369',
800: '#00463f',
900: '#00201a',
950: '#000d03',
},