#5F3ACC
A medium, moderate purple closely aligning with Darkorchid.
About #5F3ACC
At its core, #5F3ACC is a medium and moderate hue. It is closely associated with the named CSS color Darkorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 58, and 204.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 53% cyan, 72% magenta, 0% yellow, and 20% black. With a hue angle of 255.2 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F3ACC
RGB95, 58, 204
HSL255.2°, 58.9%, 51.4%
CMYK53%, 72%, 0%, 20%
HSV255.2°, 71.6%, 80.0%
LAB37.5, 51.8, -70.0
XYZ17.1, 9.8, 58.1
Decimal6240972
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.09:1
Text on #FFFFFF
AAA
2.96:1
Text on #000000
FAIL
6.77:1
Text on #F8FAFC
AA
2.52:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F3ACC;
}
.text-color {
color: #5F3ACC;
}
.border-color {
border: 2px solid #5F3ACC;
}