#5007FF
A medium, vivid purple closely aligning with Blue.
About #5007FF
Visually, #5007FF is defined as a vivid purple. It is closely associated with the named CSS color Blue. In the RGB color space, it consists of 80 red, 7 green, and 255 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 69% cyan, 97% magenta, 0% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5007FF
RGB80, 7, 255
HSL257.7°, 100.0%, 51.4%
CMYK69%, 97%, 0%, 0%
HSV257.7°, 97.3%, 100.0%
LAB36.1, 79.6, -101.4
XYZ21.4, 9.1, 95.2
Decimal5244927
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.46:1
Text on #FFFFFF
AAA
2.82:1
Text on #000000
FAIL
7.13:1
Text on #F8FAFC
AAA
2.39:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5007FF;
}
.text-color {
color: #5007FF;
}
.border-color {
border: 2px solid #5007FF;
}