#5000CC
A medium, vivid purple closely aligning with Mediumblue.
About #5000CC
Visually, #5000CC is defined as a vivid purple. It is closely associated with the named CSS color Mediumblue. This translates to an RGB value of rgb(80, 0, 204).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 61% cyan, 100% magenta, 0% yellow, and 20% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5000CC
RGB80, 0, 204
HSL263.5°, 100.0%, 40.0%
CMYK61%, 100%, 0%, 20%
HSV263.5°, 100.0%, 80.0%
LAB29.6, 68.9, -83.1
XYZ14.2, 6.1, 57.5
Decimal5243084
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.49:1
Text on #FFFFFF
AAA
2.21:1
Text on #000000
FAIL
9.07:1
Text on #F8FAFC
AAA
1.88:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5000CC;
}
.text-color {
color: #5000CC;
}
.border-color {
border: 2px solid #5000CC;
}