#5F2CD3
A medium, moderate purple closely aligning with Blueviolet.
About #5F2CD3
At its core, #5F2CD3 is a medium and moderate hue. It is closely associated with the named CSS color Blueviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 44, and 211.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 55% C, 79% M, 0% Y, and 17% K. With a hue angle of 258.3 degrees, it sits comfortably in the purple spectrum.
When using this color as a background, text legibility must be considered. 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#5F2CD3
RGB95, 44, 211
HSL258.3°, 65.5%, 50.0%
CMYK55%, 79%, 0%, 17%
HSV258.3°, 79.1%, 82.7%
LAB35.9, 60.2, -76.7
XYZ17.4, 8.9, 62.4
Decimal6237395
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.53:1
Text on #FFFFFF
AAA
2.79:1
Text on #000000
FAIL
7.20:1
Text on #F8FAFC
AAA
2.37:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F2CD3;
}
.text-color {
color: #5F2CD3;
}
.border-color {
border: 2px solid #5F2CD3;
}