#5F0FD3
A medium, vivid purple closely aligning with Blueviolet.
About #5F0FD3
Visually, #5F0FD3 is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Blueviolet. This translates to an RGB value of rgb(95, 15, 211).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 55% Cyan, 93% Magenta, 0% Yellow, and 17% Black. With a hue angle of 264.5 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5F0FD3
RGB95, 15, 211
HSL264.5°, 86.7%, 44.3%
CMYK55%, 93%, 0%, 17%
HSV264.5°, 92.9%, 82.7%
LAB32.9, 69.1, -81.7
XYZ16.6, 7.5, 62.2
Decimal6229971
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.42:1
Text on #FFFFFF
AAA
2.50:1
Text on #000000
FAIL
8.04:1
Text on #F8FAFC
AAA
2.12:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F0FD3;
}
.text-color {
color: #5F0FD3;
}
.border-color {
border: 2px solid #5F0FD3;
}