#3A6D75
A dark, moderate cyan closely aligning with Darkslategray.
About #3A6D75
When working with digital screens, the color #3A6D75 is rendered by mixing light. Its closest recognized web color is Darkslategray. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 109, and 117.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 50% cyan and 7% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A6D75
RGB58, 109, 117
HSL188.1°, 33.7%, 34.3%
CMYK50%, 7%, 0%, 54%
HSV188.1°, 50.4%, 45.9%
LAB42.9, -14.7, -9.8
XYZ10.4, 13.1, 18.8
Decimal3829109
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.79:1
Text on #FFFFFF
AA
3.62:1
Text on #000000
AA Large
5.54:1
Text on #F8FAFC
AA
3.08:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A6D75;
}
.text-color {
color: #3A6D75;
}
.border-color {
border: 2px solid #3A6D75;
}