#8A576D
A medium, muted magenta closely aligning with Rosybrown.
About #8A576D
The hex code #8A576D represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Rosybrown. In the RGB color space, it consists of 138 red, 87 green, and 109 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 37% Magenta, 21% Yellow, and 46% Black. The HSL representation is 334.1° hue, 22.7% saturation, and 44.1% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#8A576D
RGB138, 87, 109
HSL334.1°, 22.7%, 44.1%
CMYK0%, 37%, 21%, 46%
HSV334.1°, 37.0%, 54.1%
LAB43.2, 24.4, -3.7
XYZ16.6, 13.3, 16.2
Decimal9066349
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.73:1
Text on #FFFFFF
AA
3.66:1
Text on #000000
AA Large
5.48:1
Text on #F8FAFC
AA
3.12:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8A576D;
}
.text-color {
color: #8A576D;
}
.border-color {
border: 2px solid #8A576D;
}