#5F0FE2
A medium, vivid purple closely aligning with Mediumblue.
About #5F0FE2
At its core, #5F0FE2 is a medium and vivid hue. Designers often compare it to the standard color Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 15, and 226.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 58% Cyan, 93% Magenta, 0% Yellow, and 11% Black. With a hue angle of 262.7 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5F0FE2
RGB95, 15, 226
HSL262.7°, 87.6%, 47.3%
CMYK58%, 93%, 0%, 11%
HSV262.7°, 93.4%, 88.6%
LAB34.5, 72.6, -87.6
XYZ18.6, 8.3, 72.6
Decimal6229986
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.92:1
Text on #FFFFFF
AAA
2.65:1
Text on #000000
FAIL
7.57:1
Text on #F8FAFC
AAA
2.26:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F0FE2;
}
.text-color {
color: #5F0FE2;
}
.border-color {
border: 2px solid #5F0FE2;
}