#7CE9C5
A light, vivid green closely aligning with Aquamarine.
About #7CE9C5
At its core, #7CE9C5 is a light and vivid hue. Designers often compare it to the standard color Aquamarine. In the RGB color space, it consists of 124 red, 233 green, and 197 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 47% cyan, 0% magenta, 15% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#7CE9C5
RGB124, 233, 197
HSL160.2°, 71.2%, 70.0%
CMYK47%, 0%, 15%, 9%
HSV160.2°, 46.8%, 91.4%
LAB85.3, -39.8, 7.8
XYZ47.5, 66.6, 63.2
Decimal8186309
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.47:1
Text on #FFFFFF
FAIL
14.32:1
Text on #000000
AAA
1.40:1
Text on #F8FAFC
FAIL
12.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CE9C5;
}
.text-color {
color: #7CE9C5;
}
.border-color {
border: 2px solid #7CE9C5;
}