#5F16DB
A medium, vivid purple closely aligning with Mediumblue.
About #5F16DB
Visually, #5F16DB is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 22, and 219.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 57% cyan and 90% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F16DB
RGB95, 22, 219
HSL262.2°, 81.7%, 47.3%
CMYK57%, 90%, 0%, 14%
HSV262.2°, 90.0%, 85.9%
LAB34.2, 69.5, -84.0
XYZ17.8, 8.1, 67.6
Decimal6231771
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.00:1
Text on #FFFFFF
AAA
2.62:1
Text on #000000
FAIL
7.65:1
Text on #F8FAFC
AAA
2.23:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F16DB;
}
.text-color {
color: #5F16DB;
}
.border-color {
border: 2px solid #5F16DB;
}