#AFFFBD
A very light, vivid green closely aligning with Aquamarine.
About #AFFFBD
When working with digital screens, the color #AFFFBD is rendered by mixing light. It is closely associated with the named CSS color Aquamarine. In the RGB color space, it consists of 175 red, 255 green, and 189 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 31% cyan, 0% magenta, 26% 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. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AFFFBD
RGB175, 255, 189
HSL130.5°, 100.0%, 84.3%
CMYK31%, 0%, 26%, 0%
HSV130.5°, 31.4%, 100.0%
LAB93.6, -37.3, 24.0
XYZ62.6, 84.3, 61.1
Decimal11534269
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.18:1
Text on #FFFFFF
FAIL
17.86:1
Text on #000000
AAA
1.12:1
Text on #F8FAFC
FAIL
15.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFFFBD;
}
.text-color {
color: #AFFFBD;
}
.border-color {
border: 2px solid #AFFFBD;
}