#AF8AA8
A light, muted magenta closely aligning with Rosybrown.
About #AF8AA8
Visually, #AF8AA8 is defined as a muted magenta. Designers often compare it to the standard color Rosybrown. This translates to an RGB value of rgb(175, 138, 168).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 21% M, 4% Y, and 31% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. 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#AF8AA8
RGB175, 138, 168
HSL311.4°, 18.8%, 61.4%
CMYK0%, 21%, 4%, 31%
HSV311.4°, 21.1%, 68.6%
LAB61.8, 19.2, -10.5
XYZ33.8, 30.1, 41.1
Decimal11504296
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.99:1
Text on #FFFFFF
FAIL
7.02:1
Text on #000000
AAA
2.86:1
Text on #F8FAFC
FAIL
5.97:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF8AA8;
}
.text-color {
color: #AF8AA8;
}
.border-color {
border: 2px solid #AF8AA8;
}