#5F24E9
A medium, vivid purple closely aligning with Mediumblue.
About #5F24E9
Visually, #5F24E9 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 95, 36, and 233.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 59% cyan and 85% magenta inks. With a hue angle of 258.0 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F24E9
RGB95, 36, 233
HSL258.0°, 81.7%, 52.7%
CMYK59%, 85%, 0%, 9%
HSV258.0°, 84.5%, 91.4%
LAB37.1, 68.9, -87.4
XYZ20.1, 9.6, 77.9
Decimal6235369
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.20:1
Text on #FFFFFF
AAA
2.92:1
Text on #000000
FAIL
6.88:1
Text on #F8FAFC
AA
2.48:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F24E9;
}
.text-color {
color: #5F24E9;
}
.border-color {
border: 2px solid #5F24E9;
}