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: #e2f1ed;
--brand-200: #bfddd5;
--brand-300: #9ac5ba;
--brand-400: #73ab9d;
--brand-500: #5f9e8f;
--brand-600: #417569;
--brand-700: #285349;
--brand-800: #11342c;
--brand-900: #001912;
--brand-950: #000700;
}Tailwind
brand: {
50: '#ffffff',
100: '#e2f1ed',
200: '#bfddd5',
300: '#9ac5ba',
400: '#73ab9d',
500: '#5f9e8f',
600: '#417569',
700: '#285349',
800: '#11342c',
900: '#001912',
950: '#000700',
},