#AFCCA8
A light, muted green closely aligning with Darkseagreen.
About #AFCCA8
Visually, #AFCCA8 is defined as a muted green. Designers often compare it to the standard color Darkseagreen. This translates to an RGB value of rgb(175, 204, 168).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 14% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AFCCA8
RGB175, 204, 168
HSL108.3°, 26.1%, 72.9%
CMYK14%, 0%, 18%, 20%
HSV108.3°, 17.6%, 80.0%
LAB79.1, -16.4, 14.7
XYZ46.3, 55.1, 45.2
Decimal11521192
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.75:1
Text on #FFFFFF
FAIL
12.03:1
Text on #000000
AAA
1.67:1
Text on #F8FAFC
FAIL
10.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFCCA8;
}
.text-color {
color: #AFCCA8;
}
.border-color {
border: 2px solid #AFCCA8;
}