#A86D99
A medium, muted magenta closely aligning with Plum.
About #A86D99
When working with digital screens, the color #A86D99 is rendered by mixing light. Its closest recognized web color is Plum. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 109, and 153.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 35% Magenta, 9% Yellow, and 34% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A86D99
RGB168, 109, 153
HSL315.3°, 25.3%, 54.3%
CMYK0%, 35%, 9%, 34%
HSV315.3°, 35.1%, 65.9%
LAB53.6, 30.3, -14.2
XYZ27.4, 21.6, 32.9
Decimal11038105
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.95:1
Text on #FFFFFF
AA Large
5.31:1
Text on #000000
AA
3.78:1
Text on #F8FAFC
AA Large
4.52:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A86D99;
}
.text-color {
color: #A86D99;
}
.border-color {
border: 2px solid #A86D99;
}