#5F0FBD
A medium, vivid purple closely aligning with Blueviolet.
About #5F0FBD
Visually, #5F0FBD 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, 189).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 50% cyan, 92% magenta, 0% yellow, and 26% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F0FBD
RGB95, 15, 189
HSL267.6°, 85.3%, 40.0%
CMYK50%, 92%, 0%, 26%
HSV267.6°, 92.1%, 74.1%
LAB30.5, 64.0, -72.7
XYZ14.1, 6.4, 48.6
Decimal6229949
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.17:1
Text on #FFFFFF
AAA
2.29:1
Text on #000000
FAIL
8.77:1
Text on #F8FAFC
AAA
1.95:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F0FBD;
}
.text-color {
color: #5F0FBD;
}
.border-color {
border: 2px solid #5F0FBD;
}