#5000F8
A medium, vivid purple closely aligning with Blue.
About #5000F8
Visually, #5000F8 is defined as a vivid purple. Designers often compare it to the standard color Blue. In the RGB color space, it consists of 80 red, 0 green, and 248 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 68% cyan, 100% magenta, 0% yellow, and 3% 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. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5000F8
RGB80, 0, 248
HSL259.4°, 100.0%, 48.6%
CMYK68%, 100%, 0%, 3%
HSV259.4°, 100.0%, 97.3%
LAB35.0, 78.9, -99.4
XYZ20.3, 8.5, 89.4
Decimal5243128
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.79:1
Text on #FFFFFF
AAA
2.70:1
Text on #000000
FAIL
7.44:1
Text on #F8FAFC
AAA
2.29:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5000F8;
}
.text-color {
color: #5000F8;
}
.border-color {
border: 2px solid #5000F8;
}