#3A836D
A dark, moderate green closely aligning with Teal.
About #3A836D
The hex code #3A836D represents a beautifully specific shade of green. It is closely associated with the named CSS color Teal. This translates to an RGB value of rgb(58, 131, 109).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 56% cyan and 0% magenta inks. 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 #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3A836D
RGB58, 131, 109
HSL161.9°, 38.6%, 37.1%
CMYK56%, 0%, 17%, 49%
HSV161.9°, 55.7%, 51.4%
LAB49.8, -28.4, 5.0
XYZ12.6, 18.2, 17.3
Decimal3834733
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.52:1
Text on #FFFFFF
AA
4.65:1
Text on #000000
AA
4.32:1
Text on #F8FAFC
AA Large
3.95:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A836D;
}
.text-color {
color: #3A836D;
}
.border-color {
border: 2px solid #3A836D;
}