#8A0F50
A dark, vivid magenta closely aligning with Mediumvioletred.
About #8A0F50
When working with digital screens, the color #8A0F50 is rendered by mixing light. Designers often compare it to the standard color Mediumvioletred. In the RGB color space, it consists of 138 red, 15 green, and 80 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 89% M, 42% 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. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8A0F50
RGB138, 15, 80
HSL328.3°, 80.4%, 30.0%
CMYK0%, 89%, 42%, 46%
HSV328.3°, 89.1%, 54.1%
LAB30.2, 52.3, -4.7
XYZ12.1, 6.3, 8.2
Decimal9047888
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.27:1
Text on #FFFFFF
AAA
2.26:1
Text on #000000
FAIL
8.86:1
Text on #F8FAFC
AAA
1.93:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A0F50;
}
.text-color {
color: #8A0F50;
}
.border-color {
border: 2px solid #8A0F50;
}