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: #eaf9ff;
--brand-200: #d1eefe;
--brand-300: #b6e3fa;
--brand-400: #99d6f4;
--brand-500: #89cff0;
--brand-600: #5d98b2;
--brand-700: #38697f;
--brand-800: #154050;
--brand-900: #001b27;
--brand-950: #000513;
}Tailwind
brand: {
50: '#ffffff',
100: '#eaf9ff',
200: '#d1eefe',
300: '#b6e3fa',
400: '#99d6f4',
500: '#89cff0',
600: '#5d98b2',
700: '#38697f',
800: '#154050',
900: '#001b27',
950: '#000513',
},