#5F24D3
A medium, vivid purple closely aligning with Blueviolet.
About #5F24D3
At its core, #5F24D3 is a medium and vivid hue. Designers often compare it to the standard color Blueviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 36, and 211.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 55% cyan, 83% magenta, 0% yellow, and 17% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F24D3
RGB95, 36, 211
HSL260.2°, 70.9%, 48.4%
CMYK55%, 83%, 0%, 17%
HSV260.2°, 82.9%, 82.7%
LAB34.8, 63.4, -78.5
XYZ17.1, 8.4, 62.3
Decimal6235347
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.84:1
Text on #FFFFFF
AAA
2.68:1
Text on #000000
FAIL
7.49:1
Text on #F8FAFC
AAA
2.28:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F24D3;
}
.text-color {
color: #5F24D3;
}
.border-color {
border: 2px solid #5F24D3;
}