#AF6DA0
A medium, muted magenta closely aligning with Plum.
About #AF6DA0
When working with digital screens, the color #AF6DA0 is rendered by mixing light. Its closest recognized web color is Plum. In the RGB color space, it consists of 175 red, 109 green, and 160 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 38% magenta, 9% yellow, and 31% black. The HSL representation is 313.6° hue, 29.2% saturation, and 55.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AF6DA0
RGB175, 109, 160
HSL313.6°, 29.2%, 55.7%
CMYK0%, 38%, 9%, 31%
HSV313.6°, 37.7%, 68.6%
LAB54.6, 34.0, -16.6
XYZ29.5, 22.6, 36.1
Decimal11496864
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.81:1
Text on #FFFFFF
AA Large
5.52:1
Text on #000000
AA
3.64:1
Text on #F8FAFC
AA Large
4.69:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF6DA0;
}
.text-color {
color: #AF6DA0;
}
.border-color {
border: 2px solid #AF6DA0;
}