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: #dcfafa;
--brand-200: #b4f0f1;
--brand-300: #87e4e5;
--brand-400: #4ad6d8;
--brand-500: #00ced1;
--brand-600: #00989b;
--brand-700: #006a6d;
--brand-800: #004244;
--brand-900: #001f20;
--brand-950: #000d0c;
}Tailwind
brand: {
50: '#ffffff',
100: '#dcfafa',
200: '#b4f0f1',
300: '#87e4e5',
400: '#4ad6d8',
500: '#00ced1',
600: '#00989b',
700: '#006a6d',
800: '#004244',
900: '#001f20',
950: '#000d0c',
},