#5F3A83
A dark, moderate purple closely aligning with Darkslateblue.
About #5F3A83
At its core, #5F3A83 is a dark and moderate hue. Its closest recognized web color is Darkslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 58, and 131.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 27% cyan, 56% magenta, 0% yellow, and 49% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F3A83
RGB95, 58, 131
HSL270.4°, 38.6%, 37.1%
CMYK27%, 56%, 0%, 49%
HSV270.4°, 55.7%, 51.4%
LAB32.0, 31.6, -35.1
XYZ10.3, 7.1, 22.3
Decimal6240899
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.68:1
Text on #FFFFFF
AAA
2.42:1
Text on #000000
FAIL
8.30:1
Text on #F8FAFC
AAA
2.06:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F3A83;
}
.text-color {
color: #5F3A83;
}
.border-color {
border: 2px solid #5F3A83;
}