#5F1D57
A dark, moderate magenta closely aligning with Darkslateblue.
About #5F1D57
Visually, #5F1D57 is defined as a moderate magenta. It is closely associated with the named CSS color Darkslateblue. Its digital footprint relies on 95 parts red, 29 parts green, and 87 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 69% M, 8% Y, and 63% 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. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F1D57
RGB95, 29, 87
HSL307.3°, 53.2%, 24.3%
CMYK0%, 69%, 8%, 63%
HSV307.3°, 69.5%, 37.3%
LAB23.7, 37.4, -20.1
XYZ6.9, 4.0, 9.4
Decimal6233431
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.67:1
Text on #FFFFFF
AAA
1.80:1
Text on #000000
FAIL
11.15:1
Text on #F8FAFC
AAA
1.53:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F1D57;
}
.text-color {
color: #5F1D57;
}
.border-color {
border: 2px solid #5F1D57;
}