#5007E2
A medium, vivid purple closely aligning with Mediumblue.
About #5007E2
The precise color #5007E2 is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumblue. This translates to an RGB value of rgb(80, 7, 226).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 65% cyan, 97% magenta, 0% yellow, and 11% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5007E2
RGB80, 7, 226
HSL260.0°, 94.0%, 45.7%
CMYK65%, 97%, 0%, 11%
HSV260.0°, 96.9%, 88.6%
LAB32.6, 72.9, -90.8
XYZ17.1, 7.3, 72.5
Decimal5244898
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.50:1
Text on #FFFFFF
AAA
2.47:1
Text on #000000
FAIL
8.13:1
Text on #F8FAFC
AAA
2.10:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5007E2;
}
.text-color {
color: #5007E2;
}
.border-color {
border: 2px solid #5007E2;
}