#5F07F8
A medium, vivid purple closely aligning with Blue.
About #5F07F8
When working with digital screens, the color #5F07F8 is rendered by mixing light. Its closest recognized web color is Blue. This translates to an RGB value of rgb(95, 7, 248).
Translating this color to physical media requires the CMYK color model. The color uses 62% Cyan, 97% Magenta, 0% Yellow, and 3% Black. With a hue angle of 261.9 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#5F07F8
RGB95, 7, 248
HSL261.9°, 94.5%, 50.0%
CMYK62%, 97%, 0%, 3%
HSV261.9°, 97.2%, 97.3%
LAB36.7, 78.7, -96.5
XYZ21.7, 9.4, 89.5
Decimal6227960
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.31:1
Text on #FFFFFF
AAA
2.87:1
Text on #000000
FAIL
6.99:1
Text on #F8FAFC
AA
2.44:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F07F8;
}
.text-color {
color: #5F07F8;
}
.border-color {
border: 2px solid #5F07F8;
}