#5F1DD3
A medium, vivid purple closely aligning with Blueviolet.
About #5F1DD3
Visually, #5F1DD3 is defined as a vivid purple. It is closely associated with the named CSS color Blueviolet. In the RGB color space, it consists of 95 red, 29 green, and 211 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 55% Cyan, 86% Magenta, 0% Yellow, and 17% Black. The HSL representation is 261.8° hue, 75.8% saturation, and 47.1% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F1DD3
RGB95, 29, 211
HSL261.8°, 75.8%, 47.1%
CMYK55%, 86%, 0%, 17%
HSV261.8°, 86.3%, 82.7%
LAB34.0, 65.7, -79.8
XYZ16.9, 8.0, 62.3
Decimal6233555
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.07:1
Text on #FFFFFF
AAA
2.60:1
Text on #000000
FAIL
7.71:1
Text on #F8FAFC
AAA
2.21:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F1DD3;
}
.text-color {
color: #5F1DD3;
}
.border-color {
border: 2px solid #5F1DD3;
}