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