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: #e3eaff;
--brand-200: #becdff;
--brand-300: #90afff;
--brand-400: #518fff;
--brand-500: #007fff;
--brand-600: #005ec6;
--brand-700: #004296;
--brand-800: #00296b;
--brand-900: #001143;
--brand-950: #00002c;
}Tailwind
brand: {
50: '#ffffff',
100: '#e3eaff',
200: '#becdff',
300: '#90afff',
400: '#518fff',
500: '#007fff',
600: '#005ec6',
700: '#004296',
800: '#00296b',
900: '#001143',
950: '#00002c',
},