#7CD3AF
A light, moderate green closely aligning with Mediumaquamarine.
About #7CD3AF
Visually, #7CD3AF is defined as a moderate green. If you're using CSS, you might find it aligns closely with Mediumaquamarine. This translates to an RGB value of rgb(124, 211, 175).
For print applications, it's crucial to understand its CMYK makeup. The color uses 41% Cyan, 0% Magenta, 17% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7CD3AF
RGB124, 211, 175
HSL155.2°, 49.7%, 65.7%
CMYK41%, 0%, 17%, 17%
HSV155.2°, 41.2%, 82.7%
LAB78.4, -34.4, 9.7
XYZ39.3, 54.0, 48.9
Decimal8180655
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.78:1
Text on #FFFFFF
FAIL
11.79:1
Text on #000000
AAA
1.70:1
Text on #F8FAFC
FAIL
10.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CD3AF;
}
.text-color {
color: #7CD3AF;
}
.border-color {
border: 2px solid #7CD3AF;
}