#AFD383
A light, moderate green closely aligning with Darkkhaki.
About #AFD383
At its core, #AFD383 is a light and moderate hue. It is closely associated with the named CSS color Darkkhaki. In the RGB color space, it consists of 175 red, 211 green, and 131 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 17% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AFD383
RGB175, 211, 131
HSL87.0°, 47.6%, 67.1%
CMYK17%, 0%, 38%, 17%
HSV87.0°, 37.9%, 82.7%
LAB80.4, -25.5, 35.8
XYZ45.1, 57.3, 30.2
Decimal11522947
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.68:1
Text on #FFFFFF
FAIL
12.47:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFD383;
}
.text-color {
color: #AFD383;
}
.border-color {
border: 2px solid #AFD383;
}