#5000E2
A medium, vivid purple closely aligning with Mediumblue.
About #5000E2
At its core, #5000E2 is a medium and vivid hue. It is closely associated with the named CSS color Mediumblue. Its digital footprint relies on 80 parts red, 0 parts green, and 226 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 65% cyan, 100% magenta, 0% yellow, and 11% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5000E2
RGB80, 0, 226
HSL261.2°, 100.0%, 44.3%
CMYK65%, 100%, 0%, 11%
HSV261.2°, 100.0%, 88.6%
LAB32.3, 73.9, -91.4
XYZ17.0, 7.2, 72.4
Decimal5243106
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.61:1
Text on #FFFFFF
AAA
2.44:1
Text on #000000
FAIL
8.23:1
Text on #F8FAFC
AAA
2.07:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5000E2;
}
.text-color {
color: #5000E2;
}
.border-color {
border: 2px solid #5000E2;
}