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: #eeffd7;
--brand-200: #dafcb0;
--brand-300: #c4f888;
--brand-400: #aaf25c;
--brand-500: #9cef43;
--brand-600: #6aaf1d;
--brand-700: #407a00;
--brand-800: #1a4a00;
--brand-900: #062100;
--brand-950: #000d00;
}Tailwind
brand: {
50: '#ffffff',
100: '#eeffd7',
200: '#dafcb0',
300: '#c4f888',
400: '#aaf25c',
500: '#9cef43',
600: '#6aaf1d',
700: '#407a00',
800: '#1a4a00',
900: '#062100',
950: '#000d00',
},