#5F3A57
A dark, muted magenta closely aligning with Dimgray.
About #5F3A57
At its core, #5F3A57 is a dark and muted hue. If you're using CSS, you might find it aligns closely with Dimgray. Its digital footprint relies on 95 parts red, 58 parts green, and 87 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 39% magenta, 8% yellow, and 63% black. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5F3A57
RGB95, 58, 87
HSL313.0°, 24.2%, 30.0%
CMYK0%, 39%, 8%, 63%
HSV313.0°, 38.9%, 37.3%
LAB29.8, 21.4, -10.6
XYZ8.0, 6.1, 9.8
Decimal6240855
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.42:1
Text on #FFFFFF
AAA
2.23:1
Text on #000000
FAIL
9.00:1
Text on #F8FAFC
AAA
1.90:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F3A57;
}
.text-color {
color: #5F3A57;
}
.border-color {
border: 2px solid #5F3A57;
}