#A80F92
A dark, vivid magenta closely aligning with Darkmagenta.
About #A80F92
The hex code #A80F92 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Darkmagenta. This translates to an RGB value of rgb(168, 15, 146).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 91% Magenta, 13% Yellow, and 34% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A80F92
RGB168, 15, 146
HSL308.6°, 83.6%, 35.9%
CMYK0%, 91%, 13%, 34%
HSV308.6°, 91.1%, 65.9%
LAB39.1, 67.0, -32.3
XYZ21.5, 10.7, 28.1
Decimal11014034
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.67:1
Text on #FFFFFF
AA
3.15:1
Text on #000000
AA Large
6.38:1
Text on #F8FAFC
AA
2.68:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A80F92;
}
.text-color {
color: #A80F92;
}
.border-color {
border: 2px solid #A80F92;
}