#5F24CC
A medium, vivid purple closely aligning with Blueviolet.
About #5F24CC
Visually, #5F24CC is defined as a vivid purple. Its closest recognized web color is Blueviolet. This translates to an RGB value of rgb(95, 36, 204).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 53% C, 82% M, 0% Y, and 20% K. With a hue angle of 261.1 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F24CC
RGB95, 36, 204
HSL261.1°, 70.0%, 47.1%
CMYK53%, 82%, 0%, 20%
HSV261.1°, 82.4%, 80.0%
LAB34.1, 61.6, -75.6
XYZ16.2, 8.1, 57.8
Decimal6235340
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.04:1
Text on #FFFFFF
AAA
2.61:1
Text on #000000
FAIL
7.69:1
Text on #F8FAFC
AAA
2.22:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F24CC;
}
.text-color {
color: #5F24CC;
}
.border-color {
border: 2px solid #5F24CC;
}