#503A92
A medium, moderate purple closely aligning with Darkslateblue.
About #503A92
The hex code #503A92 represents a beautifully specific shade of purple. It is closely associated with the named CSS color Darkslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 58, and 146.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 45% C, 60% M, 0% Y, and 43% K. With a hue angle of 255.0 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#503A92
RGB80, 58, 146
HSL255.0°, 43.1%, 40.0%
CMYK45%, 60%, 0%, 43%
HSV255.0°, 60.3%, 57.3%
LAB31.4, 32.0, -45.5
XYZ10.0, 6.8, 28.0
Decimal5257874
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.89:1
Text on #FFFFFF
AAA
2.36:1
Text on #000000
FAIL
8.50:1
Text on #F8FAFC
AAA
2.01:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #503A92;
}
.text-color {
color: #503A92;
}
.border-color {
border: 2px solid #503A92;
}