#5F07B6
A dark, vivid purple closely aligning with Blueviolet.
About #5F07B6
When working with digital screens, the color #5F07B6 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Blueviolet. In the RGB color space, it consists of 95 red, 7 green, and 182 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 48% Cyan, 96% Magenta, 0% Yellow, and 29% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F07B6
RGB95, 7, 182
HSL270.2°, 92.6%, 37.1%
CMYK48%, 96%, 0%, 29%
HSV270.2°, 96.2%, 71.4%
LAB29.3, 63.9, -70.5
XYZ13.2, 6.0, 44.7
Decimal6227894
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.58:1
Text on #FFFFFF
AAA
2.19:1
Text on #000000
FAIL
9.15:1
Text on #F8FAFC
AAA
1.86:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F07B6;
}
.text-color {
color: #5F07B6;
}
.border-color {
border: 2px solid #5F07B6;
}