#A81DA8
A dark, vivid magenta closely aligning with Darkmagenta.
About #A81DA8
At its core, #A81DA8 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Darkmagenta. This translates to an RGB value of rgb(168, 29, 168).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 83% magenta inks. 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. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A81DA8
RGB168, 29, 168
HSL300.0°, 70.6%, 38.6%
CMYK0%, 83%, 0%, 34%
HSV300.0°, 82.7%, 65.9%
LAB41.3, 67.7, -42.2
XYZ23.7, 12.0, 38.1
Decimal11017640
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.17:1
Text on #FFFFFF
AA
3.41:1
Text on #000000
AA Large
5.89:1
Text on #F8FAFC
AA
2.90:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A81DA8;
}
.text-color {
color: #A81DA8;
}
.border-color {
border: 2px solid #A81DA8;
}