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: #ebf6ea;
--brand-200: #d2e8d2;
--brand-300: #b8d7b8;
--brand-400: #9dc59d;
--brand-500: #8fbc8f;
--brand-600: #658a66;
--brand-700: #436043;
--brand-800: #243b25;
--brand-900: #061b04;
--brand-950: #000700;
}Tailwind
brand: {
50: '#ffffff',
100: '#ebf6ea',
200: '#d2e8d2',
300: '#b8d7b8',
400: '#9dc59d',
500: '#8fbc8f',
600: '#658a66',
700: '#436043',
800: '#243b25',
900: '#061b04',
950: '#000700',
},