#94A951
A medium, moderate yellow closely aligning with Darkkhaki.
About #94A951
Visually, #94A951 is defined as a moderate yellow. If you're using CSS, you might find it aligns closely with Darkkhaki. To achieve this exact tint on a monitor, you would use an RGB mix of 148, 169, and 81.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 12% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#94A951
RGB148, 169, 81
HSL74.3°, 35.2%, 49.0%
CMYK12%, 0%, 52%, 34%
HSV74.3°, 52.1%, 66.3%
LAB66.0, -21.0, 42.5
XYZ27.9, 35.3, 13.1
Decimal9742673
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.61:1
Text on #FFFFFF
FAIL
8.05:1
Text on #000000
AAA
2.49:1
Text on #F8FAFC
FAIL
6.85:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #94A951;
}
.text-color {
color: #94A951;
}
.border-color {
border: 2px solid #94A951;
}