#2CE9C5
A medium, vivid cyan closely aligning with Aquamarine.
About #2CE9C5
At its core, #2CE9C5 is a medium and vivid hue. It is closely associated with the named CSS color Aquamarine. In the RGB color space, it consists of 44 red, 233 green, and 197 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 81% C, 0% M, 15% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2CE9C5
RGB44, 233, 197
HSL168.6°, 81.1%, 54.3%
CMYK81%, 0%, 15%, 9%
HSV168.6°, 81.1%, 91.4%
LAB83.4, -52.8, 4.8
XYZ40.3, 62.8, 62.8
Decimal2943429
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.57:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CE9C5;
}
.text-color {
color: #2CE9C5;
}
.border-color {
border: 2px solid #2CE9C5;
}