#2C6D57
A dark, moderate green closely aligning with Teal.
About #2C6D57
At its core, #2C6D57 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Teal. Its digital footprint relies on 44 parts red, 109 parts green, and 87 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 60% C, 0% M, 20% Y, and 57% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C6D57
RGB44, 109, 87
HSL159.7°, 42.5%, 30.0%
CMYK60%, 0%, 20%, 57%
HSV159.7°, 59.6%, 42.7%
LAB41.5, -26.5, 6.1
XYZ8.2, 12.2, 10.9
Decimal2911575
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.12:1
Text on #FFFFFF
AA
3.43:1
Text on #000000
AA Large
5.85:1
Text on #F8FAFC
AA
2.92:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C6D57;
}
.text-color {
color: #2C6D57;
}
.border-color {
border: 2px solid #2C6D57;
}