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: #dfefec;
--brand-200: #b8d7d1;
--brand-300: #8fbcb4;
--brand-400: #639f95;
--brand-500: #4c9085;
--brand-600: #326b62;
--brand-700: #1d4c45;
--brand-800: #08302b;
--brand-900: #001813;
--brand-950: #000800;
}Tailwind
brand: {
50: '#ffffff',
100: '#dfefec',
200: '#b8d7d1',
300: '#8fbcb4',
400: '#639f95',
500: '#4c9085',
600: '#326b62',
700: '#1d4c45',
800: '#08302b',
900: '#001813',
950: '#000800',
},