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: #eefff3;
--brand-200: #dcfce5;
--brand-300: #c8f8d7;
--brand-400: #b4f3c8;
--brand-500: #aaf0c1;
--brand-600: #76af89;
--brand-700: #4b795b;
--brand-800: #244932;
--brand-900: #011f0d;
--brand-950: #000900;
}Tailwind
brand: {
50: '#ffffff',
100: '#eefff3',
200: '#dcfce5',
300: '#c8f8d7',
400: '#b4f3c8',
500: '#aaf0c1',
600: '#76af89',
700: '#4b795b',
800: '#244932',
900: '#011f0d',
950: '#000900',
},