#573A50
A dark, muted magenta closely aligning with Dimgray.
About #573A50
When working with digital screens, the color #573A50 is rendered by mixing light. Designers often compare it to the standard color Dimgray. In the RGB color space, it consists of 87 red, 58 green, and 80 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 33% Magenta, 8% Yellow, and 66% Black. With a hue angle of 314.5 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#573A50
RGB87, 58, 80
HSL314.5°, 20.0%, 28.4%
CMYK0%, 33%, 8%, 66%
HSV314.5°, 33.3%, 34.1%
LAB28.5, 16.8, -8.2
XYZ6.9, 5.6, 8.3
Decimal5716560
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.88:1
Text on #FFFFFF
AAA
2.13:1
Text on #000000
FAIL
9.44:1
Text on #F8FAFC
AAA
1.81:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #573A50;
}
.text-color {
color: #573A50;
}
.border-color {
border: 2px solid #573A50;
}