#3A0F42
A very dark, moderate magenta closely aligning with Darkslateblue.
About #3A0F42
The hex code #3A0F42 represents a beautifully specific shade of magenta. Designers often compare it to the standard color Darkslateblue. This translates to an RGB value of rgb(58, 15, 66).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 12% C, 77% M, 0% Y, and 74% K. 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 very dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3A0F42
RGB58, 15, 66
HSL290.6°, 63.0%, 15.9%
CMYK12%, 77%, 0%, 74%
HSV290.6°, 77.3%, 25.9%
LAB13.4, 29.3, -22.3
XYZ2.9, 1.6, 5.3
Decimal3804994
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.83:1
Text on #FFFFFF
AAA
1.33:1
Text on #000000
FAIL
15.13:1
Text on #F8FAFC
AAA
1.13:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A0F42;
}
.text-color {
color: #3A0F42;
}
.border-color {
border: 2px solid #3A0F42;
}