#5F4966
A dark, muted magenta closely aligning with Dimgray.
About #5F4966
Visually, #5F4966 is defined as a muted magenta. It is closely associated with the named CSS color Dimgray. This translates to an RGB value of rgb(95, 73, 102).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 7% C, 28% M, 0% Y, and 60% K. With a hue angle of 285.5 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. 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#5F4966
RGB95, 73, 102
HSL285.5°, 16.6%, 34.3%
CMYK7%, 28%, 0%, 60%
HSV285.5°, 28.4%, 40.0%
LAB34.3, 15.2, -13.3
XYZ9.5, 8.2, 13.6
Decimal6244710
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.98:1
Text on #FFFFFF
AAA
2.63:1
Text on #000000
FAIL
7.63:1
Text on #F8FAFC
AAA
2.24:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F4966;
}
.text-color {
color: #5F4966;
}
.border-color {
border: 2px solid #5F4966;
}