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: #dfd6f1;
--brand-200: #b0a2d4;
--brand-300: #7b6baf;
--brand-400: #403486;
--brand-500: #191970;
--brand-600: #14135c;
--brand-700: #0f0e4a;
--brand-800: #0d073a;
--brand-900: #0d002b;
--brand-950: #090021;
}Tailwind
brand: {
50: '#ffffff',
100: '#dfd6f1',
200: '#b0a2d4',
300: '#7b6baf',
400: '#403486',
500: '#191970',
600: '#14135c',
700: '#0f0e4a',
800: '#0d073a',
900: '#0d002b',
950: '#090021',
},