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: #e9ffe7;
--brand-200: #d2fccf;
--brand-300: #b9f7b6;
--brand-400: #9ef19d;
--brand-500: #90ee90;
--brand-600: #61ae62;
--brand-700: #39793c;
--brand-800: #144a1a;
--brand-900: #002100;
--brand-950: #000d00;
}Tailwind
brand: {
50: '#ffffff',
100: '#e9ffe7',
200: '#d2fccf',
300: '#b9f7b6',
400: '#9ef19d',
500: '#90ee90',
600: '#61ae62',
700: '#39793c',
800: '#144a1a',
900: '#002100',
950: '#000d00',
},