#337C66
A dark, moderate green closely aligning with Teal.
About #337C66
When working with digital screens, the color #337C66 is rendered by mixing light. It is closely associated with the named CSS color Teal. This translates to an RGB value of rgb(51, 124, 102).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 59% cyan, 0% magenta, 18% yellow, and 51% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#337C66
RGB51, 124, 102
HSL161.9°, 41.7%, 34.3%
CMYK59%, 0%, 18%, 51%
HSV161.9°, 58.9%, 48.6%
LAB47.1, -28.4, 5.2
XYZ11.0, 16.1, 15.1
Decimal3374182
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.98:1
Text on #FFFFFF
AA
4.22:1
Text on #000000
AA Large
4.76:1
Text on #F8FAFC
AA
3.58:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #337C66;
}
.text-color {
color: #337C66;
}
.border-color {
border: 2px solid #337C66;
}