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: #eef3e9;
--brand-200: #d9e2cf;
--brand-300: #c2cfb3;
--brand-400: #a9ba97;
--brand-500: #9caf88;
--brand-600: #718161;
--brand-700: #4d5a40;
--brand-800: #2d3723;
--brand-900: #111804;
--brand-950: #000400;
}Tailwind
brand: {
50: '#ffffff',
100: '#eef3e9',
200: '#d9e2cf',
300: '#c2cfb3',
400: '#a9ba97',
500: '#9caf88',
600: '#718161',
700: '#4d5a40',
800: '#2d3723',
900: '#111804',
950: '#000400',
},