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: #e7ebef;
--brand-200: #c8cfd7;
--brand-300: #a6b1bc;
--brand-400: #82909f;
--brand-500: #708090;
--brand-600: #525f6c;
--brand-700: #38434d;
--brand-800: #212a32;
--brand-900: #0b1319;
--brand-950: #00010a;
}Tailwind
brand: {
50: '#ffffff',
100: '#e7ebef',
200: '#c8cfd7',
300: '#a6b1bc',
400: '#82909f',
500: '#708090',
600: '#525f6c',
700: '#38434d',
800: '#212a32',
900: '#0b1319',
950: '#00010a',
},