#2CA875
A medium, moderate green closely aligning with Mediumseagreen.
About #2CA875
When working with digital screens, the color #2CA875 is rendered by mixing light. Its closest recognized web color is Mediumseagreen. This translates to an RGB value of rgb(44, 168, 117).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 74% cyan and 0% magenta inks. The HSL representation is 155.3° hue, 58.5% saturation, and 41.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2CA875
RGB44, 168, 117
HSL155.3°, 58.5%, 41.6%
CMYK74%, 0%, 30%, 34%
HSV155.3°, 73.8%, 65.9%
LAB61.5, -45.6, 16.9
XYZ18.3, 29.8, 21.6
Decimal2926709
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.02:1
Text on #FFFFFF
AA Large
6.97:1
Text on #000000
AA
2.88:1
Text on #F8FAFC
FAIL
5.92:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2CA875;
}
.text-color {
color: #2CA875;
}
.border-color {
border: 2px solid #2CA875;
}