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: #dbe6dc;
--brand-200: #afc3b0;
--brand-300: #7f9c81;
--brand-400: #4e7352;
--brand-500: #355e3b;
--brand-600: #25472b;
--brand-700: #18341d;
--brand-800: #0d230f;
--brand-900: #001300;
--brand-950: #000600;
}Tailwind
brand: {
50: '#ffffff',
100: '#dbe6dc',
200: '#afc3b0',
300: '#7f9c81',
400: '#4e7352',
500: '#355e3b',
600: '#25472b',
700: '#18341d',
800: '#0d230f',
900: '#001300',
950: '#000600',
},