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: #d8edec;
--brand-200: #a9d2d1;
--brand-300: #76b3b2;
--brand-400: #3a9191;
--brand-500: #008080;
--brand-600: #006060;
--brand-700: #004545;
--brand-800: #002c2d;
--brand-900: #001817;
--brand-950: #000908;
}Tailwind
brand: {
50: '#ffffff',
100: '#d8edec',
200: '#a9d2d1',
300: '#76b3b2',
400: '#3a9191',
500: '#008080',
600: '#006060',
700: '#004545',
800: '#002c2d',
900: '#001817',
950: '#000908',
},