#336D6D
A dark, moderate cyan closely aligning with Teal.
About #336D6D
Visually, #336D6D is defined as a moderate cyan. Designers often compare it to the standard color Teal. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 109, and 109.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 53% C, 0% M, 0% Y, and 57% K. With a hue angle of 180.0 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#336D6D
RGB51, 109, 109
HSL180.0°, 36.2%, 31.4%
CMYK53%, 0%, 0%, 57%
HSV180.0°, 53.2%, 42.7%
LAB42.4, -18.8, -5.8
XYZ9.6, 12.7, 16.4
Decimal3370349
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.92:1
Text on #FFFFFF
AA
3.55:1
Text on #000000
AA Large
5.66:1
Text on #F8FAFC
AA
3.02:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #336D6D;
}
.text-color {
color: #336D6D;
}
.border-color {
border: 2px solid #336D6D;
}