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: #e9f8ff;
--brand-200: #d0eefc;
--brand-300: #b5e2f6;
--brand-400: #97d5ef;
--brand-500: #87ceeb;
--brand-600: #5c97ae;
--brand-700: #37697c;
--brand-800: #153f4e;
--brand-900: #001b26;
--brand-950: #000512;
}Tailwind
brand: {
50: '#ffffff',
100: '#e9f8ff',
200: '#d0eefc',
300: '#b5e2f6',
400: '#97d5ef',
500: '#87ceeb',
600: '#5c97ae',
700: '#37697c',
800: '#153f4e',
900: '#001b26',
950: '#000512',
},