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: #d7e8e8;
--brand-200: #a6c8c8;
--brand-300: #71a3a4;
--brand-400: #367d7e;
--brand-500: #05696b;
--brand-600: #004f51;
--brand-700: #003a3b;
--brand-800: #002627;
--brand-900: #001515;
--brand-950: #000808;
}Tailwind
brand: {
50: '#ffffff',
100: '#d7e8e8',
200: '#a6c8c8',
300: '#71a3a4',
400: '#367d7e',
500: '#05696b',
600: '#004f51',
700: '#003a3b',
800: '#002627',
900: '#001515',
950: '#000808',
},