#5F2CCC
A medium, moderate purple closely aligning with Blueviolet.
About #5F2CCC
At its core, #5F2CCC is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Blueviolet. This translates to an RGB value of rgb(95, 44, 204).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 53% cyan and 78% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F2CCC
RGB95, 44, 204
HSL259.1°, 64.5%, 48.6%
CMYK53%, 78%, 0%, 20%
HSV259.1°, 78.4%, 80.0%
LAB35.2, 58.4, -73.8
XYZ16.5, 8.6, 57.9
Decimal6237388
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.72:1
Text on #FFFFFF
AAA
2.72:1
Text on #000000
FAIL
7.38:1
Text on #F8FAFC
AAA
2.31:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F2CCC;
}
.text-color {
color: #5F2CCC;
}
.border-color {
border: 2px solid #5F2CCC;
}