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: #d6e9cf;
--brand-200: #a5c799;
--brand-300: #6fa260;
--brand-400: #337926;
--brand-500: #006400;
--brand-600: #004c00;
--brand-700: #003800;
--brand-800: #002600;
--brand-900: #001700;
--brand-950: #000c00;
}Tailwind
brand: {
50: '#ffffff',
100: '#d6e9cf',
200: '#a5c799',
300: '#6fa260',
400: '#337926',
500: '#006400',
600: '#004c00',
700: '#003800',
800: '#002600',
900: '#001700',
950: '#000c00',
},