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: #edf3d3;
--brand-200: #d4e1a5;
--brand-300: #b8cc75;
--brand-400: #98b541;
--brand-500: #87a922;
--brand-600: #607d06;
--brand-700: #405800;
--brand-800: #253700;
--brand-900: #121a00;
--brand-950: #000700;
}Tailwind
brand: {
50: '#ffffff',
100: '#edf3d3',
200: '#d4e1a5',
300: '#b8cc75',
400: '#98b541',
500: '#87a922',
600: '#607d06',
700: '#405800',
800: '#253700',
900: '#121a00',
950: '#000700',
},