#A81683
A dark, vivid magenta closely aligning with Mediumvioletred.
About #A81683
Visually, #A81683 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Mediumvioletred. In the RGB color space, it consists of 168 red, 22 green, and 131 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 87% M, 22% Y, and 34% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#A81683
RGB168, 22, 131
HSL315.2°, 76.8%, 37.3%
CMYK0%, 87%, 22%, 34%
HSV315.2°, 86.9%, 65.9%
LAB38.8, 63.8, -23.6
XYZ20.5, 10.5, 22.4
Decimal11015811
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.76:1
Text on #FFFFFF
AA
3.11:1
Text on #000000
AA Large
6.46:1
Text on #F8FAFC
AA
2.64:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A81683;
}
.text-color {
color: #A81683;
}
.border-color {
border: 2px solid #A81683;
}