#3A1D3A
A very dark, moderate magenta closely aligning with Black.
About #3A1D3A
At its core, #3A1D3A is a very dark and moderate hue. Designers often compare it to the standard color Black. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 29, and 58.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 50% magenta, 0% yellow, and 77% black. The HSL representation is 300.0° hue, 33.3% saturation, and 17.1% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3A1D3A
RGB58, 29, 58
HSL300.0°, 33.3%, 17.1%
CMYK0%, 50%, 0%, 77%
HSV300.0°, 50.0%, 22.7%
LAB15.9, 19.5, -12.8
XYZ2.9, 2.1, 4.2
Decimal3808570
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.82:1
Text on #FFFFFF
AAA
1.42:1
Text on #000000
FAIL
14.17:1
Text on #F8FAFC
AAA
1.20:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A1D3A;
}
.text-color {
color: #3A1D3A;
}
.border-color {
border: 2px solid #3A1D3A;
}