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: #f2f6e0;
--brand-200: #e1e8bf;
--brand-300: #cdd99d;
--brand-400: #b7c87b;
--brand-500: #acbf69;
--brand-600: #7c8c46;
--brand-700: #546128;
--brand-800: #303b0e;
--brand-900: #151a00;
--brand-950: #000500;
}Tailwind
brand: {
50: '#ffffff',
100: '#f2f6e0',
200: '#e1e8bf',
300: '#cdd99d',
400: '#b7c87b',
500: '#acbf69',
600: '#7c8c46',
700: '#546128',
800: '#303b0e',
900: '#151a00',
950: '#000500',
},