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: #d9f2ed;
--brand-200: #adddd5;
--brand-300: #7cc4ba;
--brand-400: #42a99d;
--brand-500: #0f9b8e;
--brand-600: #007369;
--brand-700: #00524a;
--brand-800: #00342e;
--brand-900: #001b15;
--brand-950: #000b02;
}Tailwind
brand: {
50: '#ffffff',
100: '#d9f2ed',
200: '#adddd5',
300: '#7cc4ba',
400: '#42a99d',
500: '#0f9b8e',
600: '#007369',
700: '#00524a',
800: '#00342e',
900: '#001b15',
950: '#000b02',
},