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: #d9f9ea;
--brand-200: #afecd1;
--brand-300: #80dcb7;
--brand-400: #44ca9b;
--brand-500: #01c08d;
--brand-600: #008e65;
--brand-700: #006443;
--brand-800: #003e25;
--brand-900: #001f07;
--brand-950: #000f00;
}Tailwind
brand: {
50: '#ffffff',
100: '#d9f9ea',
200: '#afecd1',
300: '#80dcb7',
400: '#44ca9b',
500: '#01c08d',
600: '#008e65',
700: '#006443',
800: '#003e25',
900: '#001f07',
950: '#000f00',
},