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: #d4e2d9;
--brand-200: #9fbaa9;
--brand-300: #668d76;
--brand-400: #2b5f43;
--brand-500: #05472a;
--brand-600: #01371f;
--brand-700: #002916;
--brand-800: #001e0a;
--brand-900: #001200;
--brand-950: #000800;
}Tailwind
brand: {
50: '#ffffff',
100: '#d4e2d9',
200: '#9fbaa9',
300: '#668d76',
400: '#2b5f43',
500: '#05472a',
600: '#01371f',
700: '#002916',
800: '#001e0a',
900: '#001200',
950: '#000800',
},