#AFDBA8
A light, moderate green closely aligning with Darkseagreen.
About #AFDBA8
At its core, #AFDBA8 is a light and moderate hue. It is closely associated with the named CSS color Darkseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 219, and 168.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 20% C, 0% M, 23% Y, and 14% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AFDBA8
RGB175, 219, 168
HSL111.8°, 41.5%, 75.9%
CMYK20%, 0%, 23%, 14%
HSV111.8°, 23.3%, 85.9%
LAB83.2, -23.9, 20.5
XYZ50.1, 62.6, 46.5
Decimal11525032
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.52:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFDBA8;
}
.text-color {
color: #AFDBA8;
}
.border-color {
border: 2px solid #AFDBA8;
}