#A81DC5
A medium, vivid magenta closely aligning with Darkorchid.
About #A81DC5
The hex code #A81DC5 represents a beautifully specific shade of magenta. Designers often compare it to the standard color Darkorchid. In the RGB color space, it consists of 168 red, 29 green, and 197 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 15% cyan, 85% magenta, 0% yellow, and 23% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#A81DC5
RGB168, 29, 197
HSL289.6°, 74.3%, 44.3%
CMYK15%, 85%, 0%, 23%
HSV289.6°, 85.3%, 77.3%
LAB43.1, 72.5, -56.4
XYZ26.7, 13.2, 54.0
Decimal11017669
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.76:1
Text on #FFFFFF
AA
3.65:1
Text on #000000
AA Large
5.50:1
Text on #F8FAFC
AA
3.10:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A81DC5;
}
.text-color {
color: #A81DC5;
}
.border-color {
border: 2px solid #A81DC5;
}