#883A9B
A medium, moderate magenta closely aligning with Rebeccapurple.
About #883A9B
Visually, #883A9B is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Rebeccapurple. In the RGB color space, it consists of 136 red, 58 green, and 155 blue.
If you are designing for print, the four-color process is what matters most. The color uses 12% Cyan, 63% Magenta, 0% Yellow, and 39% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#883A9B
RGB136, 58, 155
HSL288.2°, 45.5%, 41.8%
CMYK12%, 63%, 0%, 39%
HSV288.2°, 62.6%, 60.8%
LAB38.9, 48.1, -38.4
XYZ17.6, 10.6, 32.1
Decimal8927899
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.72:1
Text on #FFFFFF
AA
3.13:1
Text on #000000
AA Large
6.42:1
Text on #F8FAFC
AA
2.66:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #883A9B;
}
.text-color {
color: #883A9B;
}
.border-color {
border: 2px solid #883A9B;
}