#A80F57
A dark, vivid magenta closely aligning with Mediumvioletred.
About #A80F57
Visually, #A80F57 is defined as a vivid magenta. Its closest recognized web color is Mediumvioletred. In the RGB color space, it consists of 168 red, 15 green, and 87 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 91% Magenta, 48% Yellow, and 34% Black. The HSL representation is 331.8° hue, 83.6% saturation, and 35.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A80F57
RGB168, 15, 87
HSL331.8°, 83.6%, 35.9%
CMYK0%, 91%, 48%, 34%
HSV331.8°, 91.1%, 65.9%
LAB36.7, 60.4, 0.9
XYZ18.0, 9.4, 9.9
Decimal11013975
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.31:1
Text on #FFFFFF
AAA
2.87:1
Text on #000000
FAIL
6.99:1
Text on #F8FAFC
AA
2.44:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A80F57;
}
.text-color {
color: #A80F57;
}
.border-color {
border: 2px solid #A80F57;
}