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: #e7eeff;
--brand-200: #c9d7ff;
--brand-300: #a5bdfc;
--brand-400: #7ca3f3;
--brand-500: #6495ed;
--brand-600: #426eb5;
--brand-700: #254c86;
--brand-800: #062f5c;
--brand-900: #001435;
--brand-950: #000021;
}Tailwind
brand: {
50: '#ffffff',
100: '#e7eeff',
200: '#c9d7ff',
300: '#a5bdfc',
400: '#7ca3f3',
500: '#6495ed',
600: '#426eb5',
700: '#254c86',
800: '#062f5c',
900: '#001435',
950: '#000021',
},