#335042
A dark, muted green closely aligning with Darkslategray.
About #335042
Visually, #335042 is defined as a muted green. It is closely associated with the named CSS color Darkslategray. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 80, and 66.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 36% cyan, 0% magenta, 18% yellow, and 69% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#335042
RGB51, 80, 66
HSL151.0°, 22.1%, 25.7%
CMYK36%, 0%, 18%, 69%
HSV151.0°, 36.2%, 31.4%
LAB31.4, -14.4, 4.8
XYZ5.2, 6.8, 6.2
Decimal3362882
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.87:1
Text on #FFFFFF
AAA
2.37:1
Text on #000000
FAIL
8.48:1
Text on #F8FAFC
AAA
2.01:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #335042;
}
.text-color {
color: #335042;
}
.border-color {
border: 2px solid #335042;
}