#5F4275
A dark, muted purple closely aligning with Darkslateblue.
About #5F4275
Visually, #5F4275 is defined as a muted purple. Designers often compare it to the standard color Darkslateblue. This translates to an RGB value of rgb(95, 66, 117).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 19% cyan, 44% 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. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F4275
RGB95, 66, 117
HSL274.1°, 27.9%, 35.9%
CMYK19%, 44%, 0%, 54%
HSV274.1°, 43.6%, 45.9%
LAB33.2, 23.2, -24.5
XYZ9.9, 7.6, 17.8
Decimal6242933
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.32:1
Text on #FFFFFF
AAA
2.52:1
Text on #000000
FAIL
7.96:1
Text on #F8FAFC
AAA
2.14:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F4275;
}
.text-color {
color: #5F4275;
}
.border-color {
border: 2px solid #5F4275;
}