#AF83AF
A light, muted magenta closely aligning with Plum.
About #AF83AF
At its core, #AF83AF is a light and muted hue. If you're using CSS, you might find it aligns closely with Plum. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 131, and 175.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 25% M, 0% Y, and 31% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AF83AF
RGB175, 131, 175
HSL300.0°, 21.6%, 60.0%
CMYK0%, 25%, 0%, 31%
HSV300.0°, 25.1%, 68.6%
LAB60.3, 24.5, -16.6
XYZ33.5, 28.4, 44.3
Decimal11502511
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.14:1
Text on #FFFFFF
AA Large
6.69:1
Text on #000000
AA
3.00:1
Text on #F8FAFC
AA Large
5.69:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF83AF;
}
.text-color {
color: #AF83AF;
}
.border-color {
border: 2px solid #AF83AF;
}