#3A575F
A dark, muted cyan closely aligning with Darkslategray.
About #3A575F
Visually, #3A575F is defined as a muted cyan. If you're using CSS, you might find it aligns closely with Darkslategray. Its digital footprint relies on 58 parts red, 87 parts green, and 95 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 39% Cyan, 8% Magenta, 0% Yellow, and 63% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3A575F
RGB58, 87, 95
HSL193.0°, 24.2%, 30.0%
CMYK39%, 8%, 0%, 63%
HSV193.0°, 38.9%, 37.3%
LAB35.1, -8.5, -8.1
XYZ7.2, 8.5, 12.1
Decimal3823455
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.75:1
Text on #FFFFFF
AAA
2.71:1
Text on #000000
FAIL
7.41:1
Text on #F8FAFC
AAA
2.30:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A575F;
}
.text-color {
color: #3A575F;
}
.border-color {
border: 2px solid #3A575F;
}