#AFFFDB
A very light, vivid green closely aligning with Aquamarine.
About #AFFFDB
At its core, #AFFFDB is a very light and vivid hue. Its closest recognized web color is Aquamarine. In the RGB color space, it consists of 175 red, 255 green, and 219 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 31% Cyan, 0% Magenta, 14% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AFFFDB
RGB175, 255, 219
HSL153.0°, 100.0%, 84.3%
CMYK31%, 0%, 14%, 0%
HSV153.0°, 31.4%, 100.0%
LAB94.2, -31.8, 9.5
XYZ66.2, 85.7, 80.1
Decimal11534299
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.16:1
Text on #FFFFFF
FAIL
18.15:1
Text on #000000
AAA
1.11:1
Text on #F8FAFC
FAIL
15.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFFFDB;
}
.text-color {
color: #AFFFDB;
}
.border-color {
border: 2px solid #AFFFDB;
}