#5F5F1D
A dark, moderate yellow closely aligning with Darkolivegreen.
About #5F5F1D
At its core, #5F5F1D is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 95, and 29.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 0% Magenta, 69% Yellow, and 63% Black. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#5F5F1D
RGB95, 95, 29
HSL60.0°, 53.2%, 24.3%
CMYK0%, 0%, 69%, 63%
HSV60.0°, 69.5%, 37.3%
LAB39.1, -9.2, 36.3
XYZ9.0, 10.7, 2.8
Decimal6250269
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.69:1
Text on #FFFFFF
AA
3.14:1
Text on #000000
AA Large
6.39:1
Text on #F8FAFC
AA
2.67:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F5F1D;
}
.text-color {
color: #5F5F1D;
}
.border-color {
border: 2px solid #5F5F1D;
}