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: #efeeff;
--brand-200: #d8d8ff;
--brand-300: #bec0ff;
--brand-400: #a0a6ff;
--brand-500: #8f99fb;
--brand-600: #6670bf;
--brand-700: #434d8d;
--brand-800: #242e60;
--brand-900: #061237;
--brand-950: #000021;
}Tailwind
brand: {
50: '#ffffff',
100: '#efeeff',
200: '#d8d8ff',
300: '#bec0ff',
400: '#a0a6ff',
500: '#8f99fb',
600: '#6670bf',
700: '#434d8d',
800: '#242e60',
900: '#061237',
950: '#000021',
},