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: #e6f3e1;
--brand-200: #c8e0be;
--brand-300: #a8ca9a;
--brand-400: #86b275;
--brand-500: #74a662;
--brand-600: #527b43;
--brand-700: #35562a;
--brand-800: #1b3613;
--brand-900: #021a00;
--brand-950: #000800;
}Tailwind
brand: {
50: '#ffffff',
100: '#e6f3e1',
200: '#c8e0be',
300: '#a8ca9a',
400: '#86b275',
500: '#74a662',
600: '#527b43',
700: '#35562a',
800: '#1b3613',
900: '#021a00',
950: '#000800',
},