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: #d7eedc;
--brand-200: #a7d4b2;
--brand-300: #74b586;
--brand-400: #389459;
--brand-500: #048243;
--brand-600: #00622e;
--brand-700: #00461d;
--brand-800: #002e0c;
--brand-900: #001a00;
--brand-950: #000d00;
}Tailwind
brand: {
50: '#ffffff',
100: '#d7eedc',
200: '#a7d4b2',
300: '#74b586',
400: '#389459',
500: '#048243',
600: '#00622e',
700: '#00461d',
800: '#002e0c',
900: '#001a00',
950: '#000d00',
},