#3A3349
A dark, muted purple closely aligning with Darkslategray.
About #3A3349
At its core, #3A3349 is a dark and muted hue. Its closest recognized web color is Darkslategray. This translates to an RGB value of rgb(58, 51, 73).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 21% cyan, 30% magenta, 0% yellow, and 71% black. Always request a physical proof before doing a large print run with this exact code.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A3349
RGB58, 51, 73
HSL259.1°, 17.7%, 24.3%
CMYK21%, 30%, 0%, 71%
HSV259.1°, 30.1%, 28.6%
LAB22.8, 8.5, -12.5
XYZ4.1, 3.7, 6.8
Decimal3814217
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.00:1
Text on #FFFFFF
AAA
1.75:1
Text on #000000
FAIL
11.47:1
Text on #F8FAFC
AAA
1.49:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A3349;
}
.text-color {
color: #3A3349;
}
.border-color {
border: 2px solid #3A3349;
}