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: #ecf8e2;
--brand-200: #d5ecc3;
--brand-300: #bcdda3;
--brand-400: #a1cd83;
--brand-500: #93c572;
--brand-600: #68914d;
--brand-700: #43652e;
--brand-800: #233e13;
--brand-900: #081c00;
--brand-950: #000800;
}Tailwind
brand: {
50: '#ffffff',
100: '#ecf8e2',
200: '#d5ecc3',
300: '#bcdda3',
400: '#a1cd83',
500: '#93c572',
600: '#68914d',
700: '#43652e',
800: '#233e13',
900: '#081c00',
950: '#000800',
},