#50165F
A dark, moderate magenta closely aligning with Darkslateblue.
About #50165F
At its core, #50165F is a dark and moderate hue. It is closely associated with the named CSS color Darkslateblue. This translates to an RGB value of rgb(80, 22, 95).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 16% C, 77% M, 0% Y, and 63% K. With a hue angle of 287.7 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#50165F
RGB80, 22, 95
HSL287.7°, 62.4%, 22.9%
CMYK16%, 77%, 0%, 63%
HSV287.7°, 76.8%, 37.3%
LAB20.5, 38.1, -30.6
XYZ5.7, 3.1, 11.1
Decimal5248607
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.95:1
Text on #FFFFFF
AAA
1.62:1
Text on #000000
FAIL
12.38:1
Text on #F8FAFC
AAA
1.38:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #50165F;
}
.text-color {
color: #50165F;
}
.border-color {
border: 2px solid #50165F;
}