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: #eaf1e7;
--brand-200: #d0ddcb;
--brand-300: #b3c6ac;
--brand-400: #95ae8d;
--brand-500: #86a17d;
--brand-600: #617759;
--brand-700: #41533c;
--brand-800: #253321;
--brand-900: #0b1804;
--brand-950: #000400;
}Tailwind
brand: {
50: '#ffffff',
100: '#eaf1e7',
200: '#d0ddcb',
300: '#b3c6ac',
400: '#95ae8d',
500: '#86a17d',
600: '#617759',
700: '#41533c',
800: '#253321',
900: '#0b1804',
950: '#000400',
},