#2CDBA8
A medium, vivid green closely aligning with Aquamarine.
About #2CDBA8
At its core, #2CDBA8 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Aquamarine. In the RGB color space, it consists of 44 red, 219 green, and 168 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 80% C, 0% M, 23% Y, and 14% K. The HSL representation is 162.5° hue, 70.9% saturation, and 51.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2CDBA8
RGB44, 219, 168
HSL162.5°, 70.9%, 51.6%
CMYK80%, 0%, 23%, 14%
HSV162.5°, 79.9%, 85.9%
LAB78.5, -54.3, 13.1
XYZ33.4, 54.0, 45.7
Decimal2939816
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.78:1
Text on #FFFFFF
FAIL
11.81:1
Text on #000000
AAA
1.70:1
Text on #F8FAFC
FAIL
10.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CDBA8;
}
.text-color {
color: #2CDBA8;
}
.border-color {
border: 2px solid #2CDBA8;
}