#8A2C83
A dark, moderate magenta closely aligning with Purple.
About #8A2C83
Visually, #8A2C83 is defined as a moderate magenta. Its closest recognized web color is Purple. Its digital footprint relies on 138 parts red, 44 parts green, and 131 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 68% M, 5% Y, and 46% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#8A2C83
RGB138, 44, 131
HSL304.5°, 51.6%, 35.7%
CMYK0%, 68%, 5%, 46%
HSV304.5°, 68.1%, 54.1%
LAB35.7, 50.3, -28.9
XYZ15.5, 8.8, 22.4
Decimal9055363
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.58:1
Text on #FFFFFF
AAA
2.77:1
Text on #000000
FAIL
7.25:1
Text on #F8FAFC
AAA
2.35:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A2C83;
}
.text-color {
color: #8A2C83;
}
.border-color {
border: 2px solid #8A2C83;
}