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: #d5e6d1;
--brand-200: #a2c39c;
--brand-300: #6c9a65;
--brand-400: #306f2d;
--brand-500: #02590f;
--brand-600: #004407;
--brand-700: #003200;
--brand-800: #002300;
--brand-900: #001600;
--brand-950: #000b00;
}Tailwind
brand: {
50: '#ffffff',
100: '#d5e6d1',
200: '#a2c39c',
300: '#6c9a65',
400: '#306f2d',
500: '#02590f',
600: '#004407',
700: '#003200',
800: '#002300',
900: '#001600',
950: '#000b00',
},