#5F24FF
A medium, vivid purple closely aligning with Blue.
About #5F24FF
At its core, #5F24FF is a medium and vivid hue. Its closest recognized web color is Blue. In the RGB color space, it consists of 95 red, 36 green, and 255 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 63% Cyan, 86% Magenta, 0% Yellow, and 0% 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#5F24FF
RGB95, 36, 255
HSL256.2°, 100.0%, 57.1%
CMYK63%, 86%, 0%, 0%
HSV256.2°, 85.9%, 100.0%
LAB39.4, 74.4, -95.9
XYZ23.4, 10.9, 95.5
Decimal6235391
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.60:1
Text on #FFFFFF
AA
3.18:1
Text on #000000
AA Large
6.31:1
Text on #F8FAFC
AA
2.71:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F24FF;
}
.text-color {
color: #5F24FF;
}
.border-color {
border: 2px solid #5F24FF;
}