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: #d9ebf1;
--brand-200: #abcfda;
--brand-300: #78afbf;
--brand-400: #3c8da1;
--brand-500: #017b92;
--brand-600: #005c6f;
--brand-700: #004251;
--brand-800: #002b37;
--brand-900: #00161f;
--brand-950: #000712;
}Tailwind
brand: {
50: '#ffffff',
100: '#d9ebf1',
200: '#abcfda',
300: '#78afbf',
400: '#3c8da1',
500: '#017b92',
600: '#005c6f',
700: '#004251',
800: '#002b37',
900: '#00161f',
950: '#000712',
},