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: #dae6d7;
--brand-200: #acc2a6;
--brand-300: #7b9a73;
--brand-400: #486f40;
--brand-500: #2d5a27;
--brand-600: #1f451b;
--brand-700: #133210;
--brand-800: #0b2201;
--brand-900: #001300;
--brand-950: #000700;
}Tailwind
brand: {
50: '#ffffff',
100: '#dae6d7',
200: '#acc2a6',
300: '#7b9a73',
400: '#486f40',
500: '#2d5a27',
600: '#1f451b',
700: '#133210',
800: '#0b2201',
900: '#001300',
950: '#000700',
},