#50570F
A dark, vivid yellow closely aligning with Darkolivegreen.
About #50570F
Visually, #50570F is defined as a vivid yellow. If you're using CSS, you might find it aligns closely with Darkolivegreen. This translates to an RGB value of rgb(80, 87, 15).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 8% cyan, 0% magenta, 83% yellow, and 66% black. The HSL representation is 65.8° hue, 70.6% saturation, and 20.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#50570F
RGB80, 87, 15
HSL65.8°, 70.6%, 20.0%
CMYK8%, 0%, 83%, 66%
HSV65.8°, 82.8%, 34.1%
LAB35.1, -12.7, 37.7
XYZ6.8, 8.6, 1.7
Decimal5265167
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.75:1
Text on #FFFFFF
AAA
2.71:1
Text on #000000
FAIL
7.40:1
Text on #F8FAFC
AAA
2.30:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #50570F;
}
.text-color {
color: #50570F;
}
.border-color {
border: 2px solid #50570F;
}