#AFDBB6
A light, moderate green closely aligning with Darkseagreen.
About #AFDBB6
The precise color #AFDBB6 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkseagreen. This translates to an RGB value of rgb(175, 219, 182).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 20% cyan, 0% magenta, 17% yellow, and 14% black. The HSL representation is 129.5° hue, 37.9% saturation, and 77.3% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AFDBB6
RGB175, 219, 182
HSL129.5°, 37.9%, 77.3%
CMYK20%, 0%, 17%, 14%
HSV129.5°, 20.1%, 85.9%
LAB83.5, -21.5, 13.5
XYZ51.5, 63.2, 53.7
Decimal11525046
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.63:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFDBB6;
}
.text-color {
color: #AFDBB6;
}
.border-color {
border: 2px solid #AFDBB6;
}