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: #e4fdd3;
--brand-200: #c5f7a6;
--brand-300: #a1ee78;
--brand-400: #77e244;
--brand-500: #5edc1f;
--brand-600: #36a200;
--brand-700: #0c7200;
--brand-800: #004600;
--brand-900: #002100;
--brand-950: #001000;
}Tailwind
brand: {
50: '#ffffff',
100: '#e4fdd3',
200: '#c5f7a6',
300: '#a1ee78',
400: '#77e244',
500: '#5edc1f',
600: '#36a200',
700: '#0c7200',
800: '#004600',
900: '#002100',
950: '#001000',
},