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: #ddfcff;
--brand-200: #b7f4fb;
--brand-300: #8aeaf5;
--brand-400: #4edeed;
--brand-500: #02d8e9;
--brand-600: #009fad;
--brand-700: #006f7a;
--brand-800: #00444d;
--brand-900: #001f25;
--brand-950: #000c12;
}Tailwind
brand: {
50: '#ffffff',
100: '#ddfcff',
200: '#b7f4fb',
300: '#8aeaf5',
400: '#4edeed',
500: '#02d8e9',
600: '#009fad',
700: '#006f7a',
800: '#00444d',
900: '#001f25',
950: '#000c12',
},