Dark Slate Gray (Neutral)
#52514E
RGB: 82, 81, 78
Color OverviewHEX #52514E
#52514E Color Code Information
In the RGB color space, #52514E is composed of 32% red, 32% green, and 31% blue. In the HSL color space, it has a hue of 45°, saturation of 3%, and lightness of 31%.
HEX
#52514E
RGB
82, 81, 78
HSL
45°, 3%, 31%
HSV
45°, 5%, 32%
CMYK
0%, 1%, 5%, 68%
Name Match
Dark Slate Gray
Closest StandardShades of #52514E (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #52514E (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #52514E (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #52514E
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #52514E Background
Contrast Ratio against Pure White (#FFFFFF):7.94 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #52514E Background
Contrast Ratio against Pure Black (#000000):2.65 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #52514E;
}
.element {
color: #52514E;
background-color: #52514E;
border-color: #52514E;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#52514E] text-[#52514E] border-[#52514E]"> Content styled with #52514E </div>