#A80F6D
A dark, vivid magenta closely aligning with Mediumvioletred.
About #A80F6D
At its core, #A80F6D is a dark and vivid hue. Designers often compare it to the standard color Mediumvioletred. This translates to an RGB value of rgb(168, 15, 109).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 91% magenta inks. The HSL representation is 323.1° hue, 83.6% saturation, and 35.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A80F6D
RGB168, 15, 109
HSL323.1°, 83.6%, 35.9%
CMYK0%, 91%, 35%, 34%
HSV323.1°, 91.1%, 65.9%
LAB37.4, 62.5, -12.0
XYZ19.1, 9.8, 15.3
Decimal11013997
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.11:1
Text on #FFFFFF
AAA
2.95:1
Text on #000000
FAIL
6.79:1
Text on #F8FAFC
AA
2.51:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A80F6D;
}
.text-color {
color: #A80F6D;
}
.border-color {
border: 2px solid #A80F6D;
}