#2CBD92
A medium, moderate green closely aligning with Mediumaquamarine.
About #2CBD92
Visually, #2CBD92 is defined as a moderate green. Its closest recognized web color is Mediumaquamarine. Its digital footprint relies on 44 parts red, 189 parts green, and 146 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 77% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
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#2CBD92
RGB44, 189, 146
HSL162.2°, 62.2%, 45.7%
CMYK77%, 0%, 23%, 26%
HSV162.2°, 76.7%, 74.1%
LAB68.8, -47.4, 11.2
XYZ24.4, 39.0, 33.4
Decimal2932114
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.39:1
Text on #FFFFFF
FAIL
8.80:1
Text on #000000
AAA
2.28:1
Text on #F8FAFC
FAIL
7.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CBD92;
}
.text-color {
color: #2CBD92;
}
.border-color {
border: 2px solid #2CBD92;
}