#AFD38A
A light, moderate green closely aligning with Darkseagreen.
About #AFD38A
The precise color #AFD38A is an excellent choice for modern design projects. Its closest recognized web color is Darkseagreen. This translates to an RGB value of rgb(175, 211, 138).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 17% cyan, 0% magenta, 35% yellow, and 17% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AFD38A
RGB175, 211, 138
HSL89.6°, 45.3%, 68.4%
CMYK17%, 0%, 35%, 17%
HSV89.6°, 34.6%, 82.7%
LAB80.5, -24.6, 32.3
XYZ45.6, 57.5, 32.7
Decimal11522954
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.68:1
Text on #FFFFFF
FAIL
12.51:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.63:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFD38A;
}
.text-color {
color: #AFD38A;
}
.border-color {
border: 2px solid #AFD38A;
}