#4916D3
A medium, vivid purple closely aligning with Mediumblue.
About #4916D3
At its core, #4916D3 is a medium and vivid hue. Its closest recognized web color is Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 73, 22, and 211.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 65% cyan, 90% magenta, 0% yellow, and 17% black. The HSL representation is 256.2° hue, 81.1% saturation, and 45.7% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#4916D3
RGB73, 22, 211
HSL256.2°, 81.1%, 45.7%
CMYK65%, 90%, 0%, 17%
HSV256.2°, 89.6%, 82.7%
LAB31.1, 65.9, -84.7
XYZ14.8, 6.7, 62.1
Decimal4789971
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.98:1
Text on #FFFFFF
AAA
2.34:1
Text on #000000
FAIL
8.58:1
Text on #F8FAFC
AAA
1.99:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #4916D3;
}
.text-color {
color: #4916D3;
}
.border-color {
border: 2px solid #4916D3;
}