#2CD3A8
A medium, moderate green closely aligning with Mediumaquamarine.
About #2CD3A8
At its core, #2CD3A8 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Mediumaquamarine. Its digital footprint relies on 44 parts red, 211 parts green, and 168 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 79% Cyan, 0% Magenta, 20% Yellow, and 17% Black. With a hue angle of 164.6 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium 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#2CD3A8
RGB44, 211, 168
HSL164.6°, 65.5%, 50.0%
CMYK79%, 0%, 20%, 17%
HSV164.6°, 79.1%, 82.7%
LAB76.0, -51.1, 9.7
XYZ31.4, 50.0, 45.0
Decimal2937768
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.91:1
Text on #FFFFFF
FAIL
10.99:1
Text on #000000
AAA
1.83:1
Text on #F8FAFC
FAIL
9.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CD3A8;
}
.text-color {
color: #2CD3A8;
}
.border-color {
border: 2px solid #2CD3A8;
}