#8A495F
A medium, moderate magenta closely aligning with Palevioletred.
About #8A495F
The hex code #8A495F represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Palevioletred. This translates to an RGB value of rgb(138, 73, 95).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 47% Magenta, 31% Yellow, and 46% Black. With a hue angle of 339.7 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8A495F
RGB138, 73, 95
HSL339.7°, 30.8%, 41.4%
CMYK0%, 47%, 31%, 46%
HSV339.7°, 47.1%, 54.1%
LAB39.6, 30.2, -0.5
XYZ14.9, 11.0, 12.2
Decimal9062751
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.56:1
Text on #FFFFFF
AA
3.20:1
Text on #000000
AA Large
6.27:1
Text on #F8FAFC
AA
2.72:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A495F;
}
.text-color {
color: #8A495F;
}
.border-color {
border: 2px solid #8A495F;
}