#AFF8D3
A very light, vivid green closely aligning with Aquamarine.
About #AFF8D3
At its core, #AFF8D3 is a very light and vivid hue. If you're using CSS, you might find it aligns closely with Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 248, and 211.
For print applications, it's crucial to understand its CMYK makeup. The color uses 29% Cyan, 0% Magenta, 15% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AFF8D3
RGB175, 248, 211
HSL149.6°, 83.9%, 82.9%
CMYK29%, 0%, 15%, 3%
HSV149.6°, 29.4%, 97.3%
LAB92.1, -30.0, 10.6
XYZ63.0, 81.0, 73.9
Decimal11532499
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.22:1
Text on #FFFFFF
FAIL
17.19:1
Text on #000000
AAA
1.17:1
Text on #F8FAFC
FAIL
14.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFF8D3;
}
.text-color {
color: #AFF8D3;
}
.border-color {
border: 2px solid #AFF8D3;
}