#A8F8D3
A very light, vivid green closely aligning with Aquamarine.
About #A8F8D3
The hex code #A8F8D3 represents a beautifully specific shade of green. It is closely associated with the named CSS color Aquamarine. Its digital footprint relies on 168 parts red, 248 parts green, and 211 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 32% cyan, 0% magenta, 15% yellow, and 3% black. With a hue angle of 152.2 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A8F8D3
RGB168, 248, 211
HSL152.2°, 85.1%, 81.6%
CMYK32%, 0%, 15%, 3%
HSV152.2°, 32.3%, 97.3%
LAB91.8, -32.1, 10.1
XYZ61.5, 80.2, 73.9
Decimal11073747
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.23:1
Text on #FFFFFF
FAIL
17.03:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8F8D3;
}
.text-color {
color: #A8F8D3;
}
.border-color {
border: 2px solid #A8F8D3;
}