#AFC583
A light, moderate green closely aligning with Darkkhaki.
About #AFC583
At its core, #AFC583 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Darkkhaki. Its digital footprint relies on 175 parts red, 197 parts green, and 131 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 11% Cyan, 0% Magenta, 34% Yellow, and 23% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AFC583
RGB175, 197, 131
HSL80.0°, 36.3%, 64.3%
CMYK11%, 0%, 34%, 23%
HSV80.0°, 33.5%, 77.3%
LAB76.5, -18.6, 30.7
XYZ41.7, 50.7, 29.1
Decimal11519363
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.89:1
Text on #FFFFFF
FAIL
11.14:1
Text on #000000
AAA
1.80:1
Text on #F8FAFC
FAIL
9.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFC583;
}
.text-color {
color: #AFC583;
}
.border-color {
border: 2px solid #AFC583;
}