#5F2CF0
A medium, vivid purple closely aligning with Mediumblue.
About #5F2CF0
Visually, #5F2CF0 is defined as a vivid purple. It is closely associated with the named CSS color Mediumblue. This translates to an RGB value of rgb(95, 44, 240).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 60% C, 82% M, 0% Y, and 6% K. The HSL representation is 255.6° hue, 86.7% saturation, and 55.7% lightness.
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#5F2CF0
RGB95, 44, 240
HSL255.6°, 86.7%, 55.7%
CMYK60%, 82%, 0%, 6%
HSV255.6°, 81.7%, 94.1%
LAB38.8, 67.9, -88.5
XYZ21.3, 10.5, 83.3
Decimal6237424
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.76:1
Text on #FFFFFF
AA
3.11:1
Text on #000000
AA Large
6.46:1
Text on #F8FAFC
AA
2.64:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F2CF0;
}
.text-color {
color: #5F2CF0;
}
.border-color {
border: 2px solid #5F2CF0;
}