#AFE2D3
A light, moderate green closely aligning with Paleturquoise.
About #AFE2D3
The hex code #AFE2D3 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Paleturquoise. This translates to an RGB value of rgb(175, 226, 211).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 23% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#AFE2D3
RGB175, 226, 211
HSL162.4°, 46.8%, 78.6%
CMYK23%, 0%, 7%, 11%
HSV162.4°, 22.6%, 88.6%
LAB86.1, -19.4, 2.0
XYZ56.6, 68.2, 71.8
Decimal11526867
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.64:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFE2D3;
}
.text-color {
color: #AFE2D3;
}
.border-color {
border: 2px solid #AFE2D3;
}