#2CE2A8
A medium, vivid green closely aligning with Aquamarine.
About #2CE2A8
At its core, #2CE2A8 is a medium and vivid hue. Its closest recognized web color is Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 226, and 168.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 81% C, 0% M, 26% Y, and 11% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2CE2A8
RGB44, 226, 168
HSL160.9°, 75.8%, 52.9%
CMYK81%, 0%, 26%, 11%
HSV160.9°, 80.5%, 88.6%
LAB80.6, -57.0, 16.1
XYZ35.3, 57.8, 46.3
Decimal2941608
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.67:1
Text on #FFFFFF
FAIL
12.55:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.67:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CE2A8;
}
.text-color {
color: #2CE2A8;
}
.border-color {
border: 2px solid #2CE2A8;
}