#3A7575
A dark, moderate cyan closely aligning with Teal.
About #3A7575
The precise color #3A7575 is an excellent choice for modern design projects. It is closely associated with the named CSS color Teal. In the RGB color space, it consists of 58 red, 117 green, and 117 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 50% C, 0% M, 0% Y, and 54% K. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#3A7575
RGB58, 117, 117
HSL180.0°, 33.7%, 34.3%
CMYK50%, 0%, 0%, 54%
HSV180.0°, 50.4%, 45.9%
LAB45.5, -19.1, -5.9
XYZ11.3, 14.9, 19.1
Decimal3831157
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.27:1
Text on #FFFFFF
AA
3.98:1
Text on #000000
AA Large
5.04:1
Text on #F8FAFC
AA
3.38:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A7575;
}
.text-color {
color: #3A7575;
}
.border-color {
border: 2px solid #3A7575;
}