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: #e5feff;
--brand-200: #c8fbff;
--brand-300: #a9f6ff;
--brand-400: #83f0fe;
--brand-500: #6dedfd;
--brand-600: #3fadbb;
--brand-700: #127883;
--brand-800: #004951;
--brand-900: #002026;
--brand-950: #000a10;
}Tailwind
brand: {
50: '#ffffff',
100: '#e5feff',
200: '#c8fbff',
300: '#a9f6ff',
400: '#83f0fe',
500: '#6dedfd',
600: '#3fadbb',
700: '#127883',
800: '#004951',
900: '#002026',
950: '#000a10',
},