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: #e2f6e2;
--brand-200: #c1e7c2;
--brand-300: #9ed6a0;
--brand-400: #78c27d;
--brand-500: #63b76c;
--brand-600: #42874a;
--brand-700: #255f2e;
--brand-800: #0a3b15;
--brand-900: #001d00;
--brand-950: #000c00;
}Tailwind
brand: {
50: '#ffffff',
100: '#e2f6e2',
200: '#c1e7c2',
300: '#9ed6a0',
400: '#78c27d',
500: '#63b76c',
600: '#42874a',
700: '#255f2e',
800: '#0a3b15',
900: '#001d00',
950: '#000c00',
},