#5F24C5
A medium, moderate purple closely aligning with Blueviolet.
About #5F24C5
At its core, #5F24C5 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Blueviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 36, and 197.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 52% cyan and 82% magenta inks. The HSL representation is 262.0° hue, 69.1% saturation, and 45.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F24C5
RGB95, 36, 197
HSL262.0°, 69.1%, 45.7%
CMYK52%, 82%, 0%, 23%
HSV262.0°, 81.7%, 77.3%
LAB33.4, 59.8, -72.6
XYZ15.4, 7.7, 53.5
Decimal6235333
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.25:1
Text on #FFFFFF
AAA
2.55:1
Text on #000000
FAIL
7.89:1
Text on #F8FAFC
AAA
2.16:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F24C5;
}
.text-color {
color: #5F24C5;
}
.border-color {
border: 2px solid #5F24C5;
}