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: #e8efe5;
--brand-200: #cad7c5;
--brand-300: #aabda4;
--brand-400: #88a181;
--brand-500: #77926f;
--brand-600: #566c50;
--brand-700: #3a4c35;
--brand-800: #22301e;
--brand-900: #091702;
--brand-950: #000400;
}Tailwind
brand: {
50: '#ffffff',
100: '#e8efe5',
200: '#cad7c5',
300: '#aabda4',
400: '#88a181',
500: '#77926f',
600: '#566c50',
700: '#3a4c35',
800: '#22301e',
900: '#091702',
950: '#000400',
},