#5F0FE9
A medium, vivid purple closely aligning with Mediumblue.
About #5F0FE9
At its core, #5F0FE9 is a medium and vivid hue. 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, 15, and 233.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 59% cyan, 94% magenta, 0% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F0FE9
RGB95, 15, 233
HSL262.0°, 87.9%, 48.6%
CMYK59%, 94%, 0%, 9%
HSV262.0°, 93.6%, 91.4%
LAB35.3, 74.2, -90.3
XYZ19.6, 8.7, 77.7
Decimal6229993
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.69:1
Text on #FFFFFF
AAA
2.73:1
Text on #000000
FAIL
7.35:1
Text on #F8FAFC
AAA
2.32:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F0FE9;
}
.text-color {
color: #5F0FE9;
}
.border-color {
border: 2px solid #5F0FE9;
}