#2C5749
A dark, moderate green closely aligning with Darkslategray.
About #2C5749
When working with digital screens, the color #2C5749 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkslategray. In the RGB color space, it consists of 44 red, 87 green, and 73 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 49% C, 0% M, 16% Y, and 66% K. The HSL representation is 160.5° hue, 32.8% saturation, and 25.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C5749
RGB44, 87, 73
HSL160.5°, 32.8%, 25.7%
CMYK49%, 0%, 16%, 66%
HSV160.5°, 49.4%, 34.1%
LAB33.6, -18.8, 3.5
XYZ5.6, 7.8, 7.5
Decimal2905929
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.18:1
Text on #FFFFFF
AAA
2.57:1
Text on #000000
FAIL
7.82:1
Text on #F8FAFC
AAA
2.18:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C5749;
}
.text-color {
color: #2C5749;
}
.border-color {
border: 2px solid #2C5749;
}