#3A6D5F
A dark, moderate green closely aligning with Teal.
About #3A6D5F
At its core, #3A6D5F is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Teal. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 109, and 95.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 47% C, 0% M, 13% Y, and 57% K. With a hue angle of 163.5 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3A6D5F
RGB58, 109, 95
HSL163.5°, 30.5%, 32.7%
CMYK47%, 0%, 13%, 57%
HSV163.5°, 46.8%, 42.7%
LAB42.3, -20.9, 2.5
XYZ9.3, 12.7, 12.8
Decimal3829087
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.94:1
Text on #FFFFFF
AA
3.53:1
Text on #000000
AA Large
5.68:1
Text on #F8FAFC
AA
3.00:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A6D5F;
}
.text-color {
color: #3A6D5F;
}
.border-color {
border: 2px solid #3A6D5F;
}