#2CF8BD
A medium, vivid green closely aligning with Aquamarine.
About #2CF8BD
The precise color #2CF8BD is an excellent choice for modern design projects. It is closely associated with the named CSS color Aquamarine. In the RGB color space, it consists of 44 red, 248 green, and 189 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 82% Cyan, 0% Magenta, 24% Yellow, and 3% Black. With a hue angle of 162.6 degrees, it sits comfortably in the green spectrum.
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#2CF8BD
RGB44, 248, 189
HSL162.6°, 93.6%, 57.3%
CMYK82%, 0%, 24%, 3%
HSV162.6°, 82.3%, 97.3%
LAB87.7, -60.6, 15.1
XYZ43.8, 71.3, 59.6
Decimal2947261
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.27:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
12.98:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CF8BD;
}
.text-color {
color: #2CF8BD;
}
.border-color {
border: 2px solid #2CF8BD;
}