#8A2C66
A dark, moderate magenta closely aligning with Mediumvioletred.
About #8A2C66
At its core, #8A2C66 is a dark and moderate hue. Its closest recognized web color is Mediumvioletred. Its digital footprint relies on 138 parts red, 44 parts green, and 102 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, 26% Y, and 46% K. The HSL representation is 323.0° hue, 51.6% saturation, and 35.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8A2C66
RGB138, 44, 102
HSL323.0°, 51.6%, 35.7%
CMYK0%, 68%, 26%, 46%
HSV323.0°, 68.1%, 54.1%
LAB34.3, 45.8, -12.8
XYZ13.8, 8.2, 13.4
Decimal9055334
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.98:1
Text on #FFFFFF
AAA
2.63:1
Text on #000000
FAIL
7.62:1
Text on #F8FAFC
AAA
2.24:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A2C66;
}
.text-color {
color: #8A2C66;
}
.border-color {
border: 2px solid #8A2C66;
}