#5F1D5F
A dark, moderate magenta closely aligning with Darkslateblue.
About #5F1D5F
The hex code #5F1D5F represents a beautifully specific shade of magenta. Its closest recognized web color is Darkslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 29, and 95.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 69% magenta, 0% yellow, and 63% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F1D5F
RGB95, 29, 95
HSL300.0°, 53.2%, 24.3%
CMYK0%, 69%, 0%, 63%
HSV300.0°, 69.5%, 37.3%
LAB24.1, 38.9, -24.7
XYZ7.2, 4.1, 11.2
Decimal6233439
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.49:1
Text on #FFFFFF
AAA
1.83:1
Text on #000000
FAIL
10.98:1
Text on #F8FAFC
AAA
1.55:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F1D5F;
}
.text-color {
color: #5F1D5F;
}
.border-color {
border: 2px solid #5F1D5F;
}