#8A4983
A medium, moderate magenta closely aligning with Darkslateblue.
About #8A4983
The precise color #8A4983 is an excellent choice for modern design projects. Its closest recognized web color is Darkslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 138, 73, and 131.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 47% Magenta, 5% Yellow, and 46% Black. The HSL representation is 306.5° hue, 30.8% saturation, and 41.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8A4983
RGB138, 73, 131
HSL306.5°, 30.8%, 41.4%
CMYK0%, 47%, 5%, 46%
HSV306.5°, 47.1%, 54.1%
LAB40.9, 36.2, -20.7
XYZ17.0, 11.8, 22.9
Decimal9062787
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.25:1
Text on #FFFFFF
AA
3.36:1
Text on #000000
AA Large
5.97:1
Text on #F8FAFC
AA
2.86:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A4983;
}
.text-color {
color: #8A4983;
}
.border-color {
border: 2px solid #8A4983;
}