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: #dff6ff;
--brand-200: #b9e9ff;
--brand-300: #8dd9ff;
--brand-400: #4fc8ff;
--brand-500: #00bfff;
--brand-600: #008dc1;
--brand-700: #00628c;
--brand-800: #003d5d;
--brand-900: #001c33;
--brand-950: #00071d;
}Tailwind
brand: {
50: '#ffffff',
100: '#dff6ff',
200: '#b9e9ff',
300: '#8dd9ff',
400: '#4fc8ff',
500: '#00bfff',
600: '#008dc1',
700: '#00628c',
800: '#003d5d',
900: '#001c33',
950: '#00071d',
},