#83AF5F
A medium, moderate green closely aligning with Olivedrab.
About #83AF5F
At its core, #83AF5F is a medium and moderate hue. It is closely associated with the named CSS color Olivedrab. In the RGB color space, it consists of 131 red, 175 green, and 95 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 25% cyan, 0% magenta, 46% yellow, and 31% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#83AF5F
RGB131, 175, 95
HSL93.0°, 33.3%, 52.9%
CMYK25%, 0%, 46%, 31%
HSV93.0°, 45.7%, 68.6%
LAB66.8, -29.0, 36.2
XYZ26.8, 36.3, 16.4
Decimal8630111
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.54:1
Text on #FFFFFF
FAIL
8.26:1
Text on #000000
AAA
2.43:1
Text on #F8FAFC
FAIL
7.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83AF5F;
}
.text-color {
color: #83AF5F;
}
.border-color {
border: 2px solid #83AF5F;
}