#A85083
A medium, moderate magenta closely aligning with Palevioletred.
About #A85083
When working with digital screens, the color #A85083 is rendered by mixing light. 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, 80, and 131.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 52% Magenta, 22% Yellow, and 34% Black. The HSL representation is 325.2° hue, 35.5% saturation, and 48.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A85083
RGB168, 80, 131
HSL325.2°, 35.5%, 48.6%
CMYK0%, 52%, 22%, 34%
HSV325.2°, 52.4%, 65.9%
LAB46.6, 42.4, -11.7
XYZ23.1, 15.7, 23.3
Decimal11030659
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.07:1
Text on #FFFFFF
AA
4.14:1
Text on #000000
AA Large
4.85:1
Text on #F8FAFC
AA
3.52:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A85083;
}
.text-color {
color: #A85083;
}
.border-color {
border: 2px solid #A85083;
}