#337C75
A dark, moderate cyan closely aligning with Teal.
About #337C75
Visually, #337C75 is defined as a moderate cyan. Designers often compare it to the standard color Teal. In the RGB color space, it consists of 51 red, 124 green, and 117 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 59% cyan, 0% magenta, 6% yellow, and 51% black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#337C75
RGB51, 124, 117
HSL174.2°, 41.7%, 34.3%
CMYK59%, 0%, 6%, 51%
HSV174.2°, 58.9%, 48.6%
LAB47.5, -24.4, -3.0
XYZ11.8, 16.4, 19.4
Decimal3374197
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.91:1
Text on #FFFFFF
AA
4.28:1
Text on #000000
AA Large
4.69:1
Text on #F8FAFC
AA
3.64:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #337C75;
}
.text-color {
color: #337C75;
}
.border-color {
border: 2px solid #337C75;
}