#7CFFE9
A light, vivid cyan closely aligning with Aquamarine.
About #7CFFE9
At its core, #7CFFE9 is a light and vivid hue. Its closest recognized web color is Aquamarine. This translates to an RGB value of rgb(124, 255, 233).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 51% cyan, 0% magenta, 9% yellow, and 0% black. The HSL representation is 169.9° hue, 100.0% saturation, and 74.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7CFFE9
RGB124, 255, 233
HSL169.9°, 100.0%, 74.3%
CMYK51%, 0%, 9%, 0%
HSV169.9°, 51.4%, 100.0%
LAB92.4, -41.4, -0.6
XYZ58.8, 81.7, 89.8
Decimal8191977
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.21:1
Text on #FFFFFF
FAIL
17.34:1
Text on #000000
AAA
1.16:1
Text on #F8FAFC
FAIL
14.74:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CFFE9;
}
.text-color {
color: #7CFFE9;
}
.border-color {
border: 2px solid #7CFFE9;
}