#574249
A dark, muted magenta closely aligning with Dimgray.
About #574249
The hex code #574249 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Dimgray. This translates to an RGB value of rgb(87, 66, 73).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 24% magenta inks. With a hue angle of 340.0 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#574249
RGB87, 66, 73
HSL340.0°, 13.7%, 30.0%
CMYK0%, 24%, 16%, 66%
HSV340.0°, 24.1%, 34.1%
LAB30.4, 10.4, -0.7
XYZ7.1, 6.4, 7.2
Decimal5718601
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.21:1
Text on #FFFFFF
AAA
2.28:1
Text on #000000
FAIL
8.80:1
Text on #F8FAFC
AAA
1.94:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #574249;
}
.text-color {
color: #574249;
}
.border-color {
border: 2px solid #574249;
}