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: #e7f9f2;
--brand-200: #cdeee1;
--brand-300: #b0e1cf;
--brand-400: #92d3bc;
--brand-500: #82cbb2;
--brand-600: #599581;
--brand-700: #376858;
--brand-800: #184033;
--brand-900: #001d13;
--brand-950: #000900;
}Tailwind
brand: {
50: '#ffffff',
100: '#e7f9f2',
200: '#cdeee1',
300: '#b0e1cf',
400: '#92d3bc',
500: '#82cbb2',
600: '#599581',
700: '#376858',
800: '#184033',
900: '#001d13',
950: '#000900',
},