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: #ddfffd;
--brand-200: #b9fff8;
--brand-300: #8efff3;
--brand-400: #52fbed;
--brand-500: #0bf9ea;
--brand-600: #00b7ab;
--brand-700: #007f76;
--brand-800: #004d47;
--brand-900: #00231e;
--brand-950: #000f05;
}Tailwind
brand: {
50: '#ffffff',
100: '#ddfffd',
200: '#b9fff8',
300: '#8efff3',
400: '#52fbed',
500: '#0bf9ea',
600: '#00b7ab',
700: '#007f76',
800: '#004d47',
900: '#00231e',
950: '#000f05',
},