#337575
A dark, moderate cyan closely aligning with Teal.
About #337575
The precise color #337575 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Teal. In the RGB color space, it consists of 51 red, 117 green, and 117 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 56% C, 0% M, 0% Y, and 54% K. With a hue angle of 180.0 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#337575
RGB51, 117, 117
HSL180.0°, 39.3%, 32.9%
CMYK56%, 0%, 0%, 54%
HSV180.0°, 56.4%, 45.9%
LAB45.2, -20.7, -6.4
XYZ10.9, 14.7, 19.1
Decimal3372405
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.33:1
Text on #FFFFFF
AA
3.94:1
Text on #000000
AA Large
5.09:1
Text on #F8FAFC
AA
3.35:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #337575;
}
.text-color {
color: #337575;
}
.border-color {
border: 2px solid #337575;
}