#2CBD6D
A medium, moderate green closely aligning with Mediumseagreen.
About #2CBD6D
At its core, #2CBD6D 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, 189, 109).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 77% cyan, 0% magenta, 42% yellow, and 26% black. The HSL representation is 146.9° hue, 62.2% saturation, and 45.7% lightness.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2CBD6D
RGB44, 189, 109
HSL146.9°, 62.2%, 45.7%
CMYK77%, 0%, 42%, 26%
HSV146.9°, 76.7%, 74.1%
LAB68.0, -55.3, 30.0
XYZ22.0, 38.0, 20.7
Decimal2932077
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.44:1
Text on #FFFFFF
FAIL
8.61:1
Text on #000000
AAA
2.33:1
Text on #F8FAFC
FAIL
7.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CBD6D;
}
.text-color {
color: #2CBD6D;
}
.border-color {
border: 2px solid #2CBD6D;
}