#3A757C
A dark, moderate cyan closely aligning with Teal.
About #3A757C
The hex code #3A757C represents a beautifully specific shade of 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 58, 117, and 124.
If you are designing for print, the four-color process is what matters most. The color uses 53% Cyan, 6% Magenta, 0% Yellow, and 51% Black. The HSL representation is 186.4° hue, 36.3% saturation, and 35.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3A757C
RGB58, 117, 124
HSL186.4°, 36.3%, 35.7%
CMYK53%, 6%, 0%, 51%
HSV186.4°, 53.2%, 48.6%
LAB45.7, -17.1, -9.8
XYZ11.7, 15.1, 21.4
Decimal3831164
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.23:1
Text on #FFFFFF
AA
4.02:1
Text on #000000
AA Large
5.00:1
Text on #F8FAFC
AA
3.41:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A757C;
}
.text-color {
color: #3A757C;
}
.border-color {
border: 2px solid #3A757C;
}