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: #e0e9f4;
--brand-200: #bacbdf;
--brand-300: #90aac6;
--brand-400: #6287ab;
--brand-500: #49759c;
--brand-600: #325777;
--brand-700: #1e3e58;
--brand-800: #0c273c;
--brand-900: #001222;
--brand-950: #000215;
}Tailwind
brand: {
50: '#ffffff',
100: '#e0e9f4',
200: '#bacbdf',
300: '#90aac6',
400: '#6287ab',
500: '#49759c',
600: '#325777',
700: '#1e3e58',
800: '#0c273c',
900: '#001222',
950: '#000215',
},