#3A5057
A dark, muted cyan closely aligning with Darkslategray.
About #3A5057
When working with digital screens, the color #3A5057 is rendered by mixing light. Its closest recognized web color is Darkslategray. In the RGB color space, it consists of 58 red, 80 green, and 87 blue.
If you are designing for print, the four-color process is what matters most. The color uses 33% Cyan, 8% Magenta, 0% Yellow, and 66% Black. The HSL representation is 194.5° hue, 20.0% saturation, and 28.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A5057
RGB58, 80, 87
HSL194.5°, 20.0%, 28.4%
CMYK33%, 8%, 0%, 66%
HSV194.5°, 33.3%, 34.1%
LAB32.5, -6.5, -6.8
XYZ6.3, 7.3, 10.1
Decimal3821655
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.52:1
Text on #FFFFFF
AAA
2.46:1
Text on #000000
FAIL
8.14:1
Text on #F8FAFC
AAA
2.10:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A5057;
}
.text-color {
color: #3A5057;
}
.border-color {
border: 2px solid #3A5057;
}