#5007F8
A medium, vivid purple closely aligning with Blue.
About #5007F8
When working with digital screens, the color #5007F8 is rendered by mixing light. It is closely associated with the named CSS color Blue. This translates to an RGB value of rgb(80, 7, 248).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 68% cyan, 97% magenta, 0% yellow, and 3% black. With a hue angle of 258.2 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5007F8
RGB80, 7, 248
HSL258.2°, 94.5%, 50.0%
CMYK68%, 97%, 0%, 3%
HSV258.2°, 97.2%, 97.3%
LAB35.3, 78.0, -98.9
XYZ20.3, 8.6, 89.4
Decimal5244920
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.70:1
Text on #FFFFFF
AAA
2.73:1
Text on #000000
FAIL
7.36:1
Text on #F8FAFC
AAA
2.32:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5007F8;
}
.text-color {
color: #5007F8;
}
.border-color {
border: 2px solid #5007F8;
}