#AF7CA8
A medium, muted magenta closely aligning with Plum.
About #AF7CA8
When working with digital screens, the color #AF7CA8 is rendered by mixing light. 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, 124, and 168.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 29% Magenta, 4% Yellow, and 31% Black. 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#AF7CA8
RGB175, 124, 168
HSL308.2°, 24.2%, 58.6%
CMYK0%, 29%, 4%, 31%
HSV308.2°, 29.1%, 68.6%
LAB58.4, 27.1, -15.5
XYZ32.0, 26.4, 40.4
Decimal11500712
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.35:1
Text on #FFFFFF
AA Large
6.27:1
Text on #000000
AA
3.20:1
Text on #F8FAFC
AA Large
5.33:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF7CA8;
}
.text-color {
color: #AF7CA8;
}
.border-color {
border: 2px solid #AF7CA8;
}