#7CF8CC
A light, vivid green closely aligning with Aquamarine.
About #7CF8CC
At its core, #7CF8CC is a light and vivid hue. It is closely associated with the named CSS color Aquamarine. In the RGB color space, it consists of 124 red, 248 green, and 204 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 50% cyan, 0% magenta, 18% yellow, and 3% black. With a hue angle of 158.7 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7CF8CC
RGB124, 248, 204
HSL158.7°, 89.9%, 72.9%
CMYK50%, 0%, 18%, 3%
HSV158.7°, 50.0%, 97.3%
LAB89.8, -44.9, 10.6
XYZ52.8, 75.8, 69.0
Decimal8190156
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.30:1
Text on #FFFFFF
FAIL
16.16:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.73:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CF8CC;
}
.text-color {
color: #7CF8CC;
}
.border-color {
border: 2px solid #7CF8CC;
}