#884989
A medium, moderate magenta closely aligning with Darkslateblue.
About #884989
Visually, #884989 is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Darkslateblue. This translates to an RGB value of rgb(136, 73, 137).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 1% cyan, 47% magenta, 0% yellow, and 46% black. The HSL representation is 299.1° hue, 30.5% saturation, and 41.2% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#884989
RGB136, 73, 137
HSL299.1°, 30.5%, 41.2%
CMYK1%, 47%, 0%, 46%
HSV299.1°, 46.7%, 53.7%
LAB40.9, 36.7, -24.4
XYZ17.1, 11.8, 25.0
Decimal8931721
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: #884989;
}
.text-color {
color: #884989;
}
.border-color {
border: 2px solid #884989;
}