#8AF8C5
A light, vivid green closely aligning with Aquamarine.
About #8AF8C5
When working with digital screens, the color #8AF8C5 is rendered by mixing light. Its closest recognized web color is Aquamarine. This translates to an RGB value of rgb(138, 248, 197).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 44% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8AF8C5
RGB138, 248, 197
HSL152.2°, 88.7%, 75.7%
CMYK44%, 0%, 21%, 3%
HSV152.2°, 44.4%, 97.3%
LAB90.1, -43.0, 14.8
XYZ54.1, 76.6, 64.7
Decimal9107653
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.31:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.87:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AF8C5;
}
.text-color {
color: #8AF8C5;
}
.border-color {
border: 2px solid #8AF8C5;
}