#A883AF
A light, muted magenta closely aligning with Plum.
About #A883AF
Visually, #A883AF is defined as a muted magenta. Its closest recognized web color is Plum. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 131, and 175.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 4% Cyan, 25% Magenta, 0% Yellow, and 31% Black. With a hue angle of 290.5 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#A883AF
RGB168, 131, 175
HSL290.5°, 21.6%, 60.0%
CMYK4%, 25%, 0%, 31%
HSV290.5°, 25.1%, 68.6%
LAB59.6, 22.1, -17.8
XYZ32.0, 27.7, 44.2
Decimal11043759
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.22:1
Text on #FFFFFF
AA Large
6.53:1
Text on #000000
AA
3.07:1
Text on #F8FAFC
AA Large
5.55:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A883AF;
}
.text-color {
color: #A883AF;
}
.border-color {
border: 2px solid #A883AF;
}