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: #d9f4e6;
--brand-200: #aee2c7;
--brand-300: #7fcca7;
--brand-400: #48b485;
--brand-500: #1fa774;
--brand-600: #007c53;
--brand-700: #005837;
--brand-800: #00381e;
--brand-900: #001d01;
--brand-950: #000d00;
}Tailwind
brand: {
50: '#ffffff',
100: '#d9f4e6',
200: '#aee2c7',
300: '#7fcca7',
400: '#48b485',
500: '#1fa774',
600: '#007c53',
700: '#005837',
800: '#00381e',
900: '#001d01',
950: '#000d00',
},