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: #d5e3d0;
--brand-200: #a1bc98;
--brand-300: #69905f;
--brand-400: #2d6125;
--brand-500: #044a05;
--brand-600: #023900;
--brand-700: #032b00;
--brand-800: #001f00;
--brand-900: #001300;
--brand-950: #000900;
}Tailwind
brand: {
50: '#ffffff',
100: '#d5e3d0',
200: '#a1bc98',
300: '#69905f',
400: '#2d6125',
500: '#044a05',
600: '#023900',
700: '#032b00',
800: '#001f00',
900: '#001300',
950: '#000900',
},