#5F5F3A
A dark, muted yellow closely aligning with Darkolivegreen.
About #5F5F3A
The precise color #5F5F3A is an excellent choice for modern design projects. Designers often compare it to the standard color Darkolivegreen. This translates to an RGB value of rgb(95, 95, 58).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 0% Magenta, 39% Yellow, and 63% Black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F5F3A
RGB95, 95, 58
HSL60.0°, 24.2%, 30.0%
CMYK0%, 0%, 39%, 63%
HSV60.0°, 38.9%, 37.3%
LAB39.5, -6.4, 21.2
XYZ9.6, 10.9, 5.6
Decimal6250298
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.59:1
Text on #FFFFFF
AA
3.18:1
Text on #000000
AA Large
6.30:1
Text on #F8FAFC
AA
2.71:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F5F3A;
}
.text-color {
color: #5F5F3A;
}
.border-color {
border: 2px solid #5F5F3A;
}