#2CDBA0
A medium, vivid green closely aligning with Mediumseagreen.
About #2CDBA0
The precise color #2CDBA0 is an excellent choice for modern design projects. Its closest recognized web color is Mediumseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 219, and 160.
If you are designing for print, the four-color process is what matters most. The color uses 80% Cyan, 0% Magenta, 27% Yellow, and 14% Black. With a hue angle of 159.8 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2CDBA0
RGB44, 219, 160
HSL159.8°, 70.9%, 51.6%
CMYK80%, 0%, 27%, 14%
HSV159.8°, 79.9%, 85.9%
LAB78.3, -56.1, 17.1
XYZ32.7, 53.7, 41.9
Decimal2939808
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.79:1
Text on #FFFFFF
FAIL
11.75:1
Text on #000000
AAA
1.71:1
Text on #F8FAFC
FAIL
9.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CDBA0;
}
.text-color {
color: #2CDBA0;
}
.border-color {
border: 2px solid #2CDBA0;
}