#8A2450
A dark, moderate magenta closely aligning with Palevioletred.
About #8A2450
Visually, #8A2450 is defined as a moderate magenta. Its closest recognized web color is Palevioletred. This translates to an RGB value of rgb(138, 36, 80).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 74% Magenta, 42% Yellow, and 46% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8A2450
RGB138, 36, 80
HSL334.1°, 58.6%, 34.1%
CMYK0%, 74%, 42%, 46%
HSV334.1°, 73.9%, 54.1%
LAB32.4, 46.2, -1.5
XYZ12.6, 7.2, 8.3
Decimal9053264
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.58:1
Text on #FFFFFF
AAA
2.45:1
Text on #000000
FAIL
8.20:1
Text on #F8FAFC
AAA
2.08:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A2450;
}
.text-color {
color: #8A2450;
}
.border-color {
border: 2px solid #8A2450;
}