#3A4249
A dark, muted blue closely aligning with Darkslategray.
About #3A4249
At its core, #3A4249 is a dark and muted hue. If you're using CSS, you might find it aligns closely with Darkslategray. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 66, and 73.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 21% C, 10% M, 0% Y, and 71% K. The HSL representation is 208.0° hue, 11.5% saturation, and 25.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A4249
RGB58, 66, 73
HSL208.0°, 11.5%, 25.7%
CMYK21%, 10%, 0%, 71%
HSV208.0°, 20.5%, 28.6%
LAB27.5, -1.5, -5.3
XYZ4.9, 5.3, 7.1
Decimal3818057
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.22:1
Text on #FFFFFF
AAA
2.06:1
Text on #000000
FAIL
9.77:1
Text on #F8FAFC
AAA
1.75:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A4249;
}
.text-color {
color: #3A4249;
}
.border-color {
border: 2px solid #3A4249;
}