#3A495F
A dark, muted blue closely aligning with Darkslategray.
About #3A495F
When working with digital screens, the color #3A495F 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, 73, and 95.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 39% C, 23% M, 0% Y, and 63% K. The HSL representation is 215.7° hue, 24.2% saturation, and 30.0% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A495F
RGB58, 73, 95
HSL215.7°, 24.2%, 30.0%
CMYK39%, 23%, 0%, 63%
HSV215.7°, 38.9%, 37.3%
LAB30.6, 0.3, -14.8
XYZ6.2, 6.5, 11.8
Decimal3819871
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.14:1
Text on #FFFFFF
AAA
2.30:1
Text on #000000
FAIL
8.73:1
Text on #F8FAFC
AAA
1.95:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A495F;
}
.text-color {
color: #3A495F;
}
.border-color {
border: 2px solid #3A495F;
}