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: #deecf3;
--brand-200: #b6d1df;
--brand-300: #8ab3c6;
--brand-400: #5a92ab;
--brand-500: #3f829d;
--brand-600: #286177;
--brand-700: #134557;
--brand-800: #012c3a;
--brand-900: #001520;
--brand-950: #000512;
}Tailwind
brand: {
50: '#ffffff',
100: '#deecf3',
200: '#b6d1df',
300: '#8ab3c6',
400: '#5a92ab',
500: '#3f829d',
600: '#286177',
700: '#134557',
800: '#012c3a',
900: '#001520',
950: '#000512',
},