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: #e6fad7;
--brand-200: #c8efad;
--brand-300: #a7e283;
--brand-400: #83d355;
--brand-500: #6ecb3c;
--brand-600: #48961e;
--brand-700: #276901;
--brand-800: #084100;
--brand-900: #001f00;
--brand-950: #000d00;
}Tailwind
brand: {
50: '#ffffff',
100: '#e6fad7',
200: '#c8efad',
300: '#a7e283',
400: '#83d355',
500: '#6ecb3c',
600: '#48961e',
700: '#276901',
800: '#084100',
900: '#001f00',
950: '#000d00',
},