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: #d8efee;
--brand-200: #abd6d5;
--brand-300: #78bab9;
--brand-400: #3c9b9b;
--brand-500: #008b8b;
--brand-600: #006868;
--brand-700: #004a4a;
--brand-800: #002f30;
--brand-900: #001918;
--brand-950: #000a08;
}Tailwind
brand: {
50: '#ffffff',
100: '#d8efee',
200: '#abd6d5',
300: '#78bab9',
400: '#3c9b9b',
500: '#008b8b',
600: '#006868',
700: '#004a4a',
800: '#002f30',
900: '#001918',
950: '#000a08',
},