#A8FFC5
A very light, vivid green closely aligning with Aquamarine.
About #A8FFC5
When working with digital screens, the color #A8FFC5 is rendered by mixing light. Designers often compare it to the standard color Aquamarine. This translates to an RGB value of rgb(168, 255, 197).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 34% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
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#A8FFC5
RGB168, 255, 197
HSL140.0°, 100.0%, 82.9%
CMYK34%, 0%, 23%, 0%
HSV140.0°, 34.1%, 100.0%
LAB93.4, -37.9, 19.6
XYZ62.0, 83.9, 65.7
Decimal11075525
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.18:1
Text on #FFFFFF
FAIL
17.78:1
Text on #000000
AAA
1.13:1
Text on #F8FAFC
FAIL
15.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8FFC5;
}
.text-color {
color: #A8FFC5;
}
.border-color {
border: 2px solid #A8FFC5;
}