#A85F83
A medium, muted magenta closely aligning with Palevioletred.
About #A85F83
At its core, #A85F83 is a medium and muted hue. It is closely associated with the named CSS color Palevioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 95, and 131.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 43% magenta, 22% 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 medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A85F83
RGB168, 95, 131
HSL330.4°, 29.6%, 51.6%
CMYK0%, 43%, 22%, 34%
HSV330.4°, 43.5%, 65.9%
LAB49.7, 34.4, -7.1
XYZ24.3, 18.1, 23.7
Decimal11034499
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.54:1
Text on #FFFFFF
AA
4.63:1
Text on #000000
AA
4.34:1
Text on #F8FAFC
AA Large
3.94:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A85F83;
}
.text-color {
color: #A85F83;
}
.border-color {
border: 2px solid #A85F83;
}