#5F16E9
A medium, vivid purple closely aligning with Mediumblue.
About #5F16E9
At its core, #5F16E9 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumblue. In the RGB color space, it consists of 95 red, 22 green, and 233 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 59% C, 91% M, 0% Y, and 9% K. The HSL representation is 260.8° hue, 82.7% saturation, and 50.0% lightness.
When using this color as a background, text legibility must be considered. 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#5F16E9
RGB95, 22, 233
HSL260.8°, 82.7%, 50.0%
CMYK59%, 91%, 0%, 9%
HSV260.8°, 90.6%, 91.4%
LAB35.8, 72.8, -89.5
XYZ19.7, 8.9, 77.8
Decimal6231785
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.56:1
Text on #FFFFFF
AAA
2.78:1
Text on #000000
FAIL
7.23:1
Text on #F8FAFC
AAA
2.36:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F16E9;
}
.text-color {
color: #5F16E9;
}
.border-color {
border: 2px solid #5F16E9;
}