#8A005F
A dark, vivid magenta closely aligning with Mediumvioletred.
About #8A005F
The hex code #8A005F represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Mediumvioletred. This translates to an RGB value of rgb(138, 0, 95).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 100% magenta inks. Always request a physical proof before doing a large print run with this exact code.
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#8A005F
RGB138, 0, 95
HSL318.7°, 100.0%, 27.1%
CMYK0%, 100%, 31%, 46%
HSV318.7°, 100.0%, 54.1%
LAB30.0, 56.4, -14.9
XYZ12.5, 6.2, 11.4
Decimal9044063
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.35:1
Text on #FFFFFF
AAA
2.25:1
Text on #000000
FAIL
8.94:1
Text on #F8FAFC
AAA
1.91:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A005F;
}
.text-color {
color: #8A005F;
}
.border-color {
border: 2px solid #8A005F;
}