Dim Gray (Neutral)
#57525F
RGB: 87, 82, 95
Color OverviewHEX #57525F
#57525F Color Code Information
In the RGB color space, #57525F is composed of 34% red, 32% green, and 37% blue. In the HSL color space, it has a hue of 263°, saturation of 7%, and lightness of 35%.
HEX
#57525F
RGB
87, 82, 95
HSL
263°, 7%, 35%
HSV
263°, 14%, 37%
CMYK
8%, 14%, 0%, 63%
Name Match
Dim Gray
Closest StandardShades of #57525F (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #57525F (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #57525F (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #57525F
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 #57525F Background
Contrast Ratio against Pure White (#FFFFFF):7.56 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #57525F Background
Contrast Ratio against Pure Black (#000000):2.78 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #57525F;
}
.element {
color: #57525F;
background-color: #57525F;
border-color: #57525F;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#57525F] text-[#57525F] border-[#57525F]"> Content styled with #57525F </div>