#5F2C50
A dark, moderate magenta closely aligning with Darkslateblue.
About #5F2C50
Visually, #5F2C50 is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Darkslateblue. In the RGB color space, it consists of 95 red, 44 green, and 80 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 54% M, 16% Y, and 63% K. The HSL representation is 317.6° hue, 36.7% saturation, and 27.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5F2C50
RGB95, 44, 80
HSL317.6°, 36.7%, 27.3%
CMYK0%, 54%, 16%, 63%
HSV317.6°, 53.7%, 37.3%
LAB26.2, 28.4, -11.5
XYZ7.1, 4.8, 8.1
Decimal6237264
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.70:1
Text on #FFFFFF
AAA
1.96:1
Text on #000000
FAIL
10.23:1
Text on #F8FAFC
AAA
1.67:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F2C50;
}
.text-color {
color: #5F2C50;
}
.border-color {
border: 2px solid #5F2C50;
}