#99F8D3
A light, vivid green closely aligning with Aquamarine.
About #99F8D3
Visually, #99F8D3 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Aquamarine. In the RGB color space, it consists of 153 red, 248 green, and 211 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 38% C, 0% M, 15% Y, and 3% K. 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#99F8D3
RGB153, 248, 211
HSL156.6°, 87.2%, 78.6%
CMYK38%, 0%, 15%, 3%
HSV156.6°, 38.3%, 97.3%
LAB91.1, -36.2, 9.0
XYZ58.5, 78.6, 73.7
Decimal10090707
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.72:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99F8D3;
}
.text-color {
color: #99F8D3;
}
.border-color {
border: 2px solid #99F8D3;
}