#3A7C8A
A dark, moderate cyan closely aligning with Teal.
About #3A7C8A
The precise color #3A7C8A is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Teal. This translates to an RGB value of rgb(58, 124, 138).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 58% cyan and 10% magenta inks. The HSL representation is 190.5° hue, 40.8% saturation, and 38.4% lightness.
When using this color as a background, text legibility must be considered. 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#3A7C8A
RGB58, 124, 138
HSL190.5°, 40.8%, 38.4%
CMYK58%, 10%, 0%, 46%
HSV190.5°, 58.0%, 54.1%
LAB48.4, -16.7, -14.0
XYZ13.5, 17.1, 26.6
Decimal3832970
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.74:1
Text on #FFFFFF
AA
4.43:1
Text on #000000
AA Large
4.53:1
Text on #F8FAFC
AA
3.77:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A7C8A;
}
.text-color {
color: #3A7C8A;
}
.border-color {
border: 2px solid #3A7C8A;
}