#5F0FB6
A dark, vivid purple closely aligning with Blueviolet.
About #5F0FB6
The hex code #5F0FB6 represents a beautifully specific shade of purple. Its closest recognized web color is Blueviolet. This translates to an RGB value of rgb(95, 15, 182).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 48% cyan and 92% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F0FB6
RGB95, 15, 182
HSL268.7°, 84.8%, 38.6%
CMYK48%, 92%, 0%, 29%
HSV268.7°, 91.8%, 71.4%
LAB29.8, 62.4, -69.7
XYZ13.3, 6.2, 44.7
Decimal6229942
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.42:1
Text on #FFFFFF
AAA
2.23:1
Text on #000000
FAIL
9.00:1
Text on #F8FAFC
AAA
1.90:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F0FB6;
}
.text-color {
color: #5F0FB6;
}
.border-color {
border: 2px solid #5F0FB6;
}