#4907E2
A medium, vivid purple closely aligning with Mediumblue.
About #4907E2
Visually, #4907E2 is defined as a vivid purple. Its closest recognized web color is Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 73, 7, and 226.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 68% C, 97% M, 0% Y, and 11% K. The HSL representation is 258.1° hue, 94.0% saturation, and 45.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#4907E2
RGB73, 7, 226
HSL258.1°, 94.0%, 45.7%
CMYK68%, 97%, 0%, 11%
HSV258.1°, 96.9%, 88.6%
LAB31.9, 72.6, -91.9
XYZ16.6, 7.1, 72.4
Decimal4786146
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.71:1
Text on #FFFFFF
AAA
2.41:1
Text on #000000
FAIL
8.32:1
Text on #F8FAFC
AAA
2.05:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #4907E2;
}
.text-color {
color: #4907E2;
}
.border-color {
border: 2px solid #4907E2;
}