#8A0750
A dark, vivid magenta closely aligning with Mediumvioletred.
About #8A0750
The hex code #8A0750 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Mediumvioletred. In the RGB color space, it consists of 138 red, 7 green, and 80 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 95% magenta, 42% yellow, and 46% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#8A0750
RGB138, 7, 80
HSL326.6°, 90.3%, 28.4%
CMYK0%, 95%, 42%, 46%
HSV326.6°, 94.9%, 54.1%
LAB29.7, 53.7, -5.4
XYZ12.0, 6.1, 8.1
Decimal9045840
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.43:1
Text on #FFFFFF
AAA
2.23:1
Text on #000000
FAIL
9.01:1
Text on #F8FAFC
AAA
1.89:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A0750;
}
.text-color {
color: #8A0750;
}
.border-color {
border: 2px solid #8A0750;
}