#5F3375
A dark, moderate purple closely aligning with Darkslateblue.
About #5F3375
At its core, #5F3375 is a dark and moderate hue. Designers often compare it to the standard color Darkslateblue. This translates to an RGB value of rgb(95, 51, 117).
Translating this color to physical media requires the CMYK color model. The color uses 19% Cyan, 56% Magenta, 0% Yellow, and 54% 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. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F3375
RGB95, 51, 117
HSL280.0°, 39.3%, 32.9%
CMYK19%, 56%, 0%, 54%
HSV280.0°, 56.4%, 45.9%
LAB29.6, 32.2, -30.1
XYZ9.1, 6.1, 17.5
Decimal6239093
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.47:1
Text on #FFFFFF
AAA
2.22:1
Text on #000000
FAIL
9.05:1
Text on #F8FAFC
AAA
1.88:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F3375;
}
.text-color {
color: #5F3375;
}
.border-color {
border: 2px solid #5F3375;
}