#2CA87C
A medium, moderate green closely aligning with Mediumseagreen.
About #2CA87C
At its core, #2CA87C is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Mediumseagreen. This translates to an RGB value of rgb(44, 168, 124).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 74% C, 0% M, 26% Y, and 34% K. The HSL representation is 158.7° hue, 58.5% saturation, and 41.6% lightness.
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#2CA87C
RGB44, 168, 124
HSL158.7°, 58.5%, 41.6%
CMYK74%, 0%, 26%, 34%
HSV158.7°, 73.8%, 65.9%
LAB61.7, -44.0, 13.3
XYZ18.7, 30.0, 23.9
Decimal2926716
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.00:1
Text on #FFFFFF
AA Large
7.00:1
Text on #000000
AA
2.87:1
Text on #F8FAFC
FAIL
5.95:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2CA87C;
}
.text-color {
color: #2CA87C;
}
.border-color {
border: 2px solid #2CA87C;
}