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: #ebffe2;
--brand-200: #d5ffc5;
--brand-300: #befea8;
--brand-400: #a4fb8a;
--brand-500: #96f97b;
--brand-600: #64b650;
--brand-700: #3a7f2b;
--brand-800: #124d09;
--brand-900: #002200;
--brand-950: #000e00;
}Tailwind
brand: {
50: '#ffffff',
100: '#ebffe2',
200: '#d5ffc5',
300: '#befea8',
400: '#a4fb8a',
500: '#96f97b',
600: '#64b650',
700: '#3a7f2b',
800: '#124d09',
900: '#002200',
950: '#000e00',
},