#AFF8BD
A very light, vivid green closely aligning with Aquamarine.
About #AFF8BD
When working with digital screens, the color #AFF8BD is rendered by mixing light. It is closely associated with the named CSS color Aquamarine. This translates to an RGB value of rgb(175, 248, 189).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 29% cyan and 0% magenta inks. The HSL representation is 131.5° hue, 83.9% saturation, and 82.9% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a very 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#AFF8BD
RGB175, 248, 189
HSL131.5°, 83.9%, 82.9%
CMYK29%, 0%, 24%, 3%
HSV131.5°, 29.4%, 97.3%
LAB91.7, -34.1, 21.3
XYZ60.4, 79.9, 60.4
Decimal11532477
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.24:1
Text on #FFFFFF
FAIL
16.98:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.44:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFF8BD;
}
.text-color {
color: #AFF8BD;
}
.border-color {
border: 2px solid #AFF8BD;
}