#AF7CB6
A light, muted magenta closely aligning with Plum.
About #AF7CB6
Visually, #AF7CB6 is defined as a muted magenta. It is closely associated with the named CSS color Plum. In the RGB color space, it consists of 175 red, 124 green, and 182 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 4% C, 32% M, 0% Y, and 29% K. The HSL representation is 292.8° hue, 28.4% saturation, and 60.0% 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#AF7CB6
RGB175, 124, 182
HSL292.8°, 28.4%, 60.0%
CMYK4%, 32%, 0%, 29%
HSV292.8°, 31.9%, 71.4%
LAB58.9, 29.8, -22.8
XYZ33.3, 26.9, 47.7
Decimal11500726
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.29:1
Text on #FFFFFF
AA Large
6.38:1
Text on #000000
AA
3.15:1
Text on #F8FAFC
AA Large
5.42:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF7CB6;
}
.text-color {
color: #AF7CB6;
}
.border-color {
border: 2px solid #AF7CB6;
}