#8A505F
A medium, muted magenta closely aligning with Rosybrown.
About #8A505F
Visually, #8A505F is defined as a muted magenta. Designers often compare it to the standard color Rosybrown. This translates to an RGB value of rgb(138, 80, 95).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 42% Magenta, 31% Yellow, and 46% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8A505F
RGB138, 80, 95
HSL344.5°, 26.6%, 42.7%
CMYK0%, 42%, 31%, 46%
HSV344.5°, 42.0%, 54.1%
LAB41.2, 26.3, 1.8
XYZ15.4, 12.0, 12.3
Decimal9064543
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.19:1
Text on #FFFFFF
AA
3.39:1
Text on #000000
AA Large
5.91:1
Text on #F8FAFC
AA
2.88:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A505F;
}
.text-color {
color: #8A505F;
}
.border-color {
border: 2px solid #8A505F;
}