#AF57A8
A medium, moderate magenta closely aligning with Orchid.
About #AF57A8
Visually, #AF57A8 is defined as a moderate magenta. It is closely associated with the named CSS color Orchid. In the RGB color space, it consists of 175 red, 87 green, and 168 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 50% magenta, 4% yellow, and 31% black. The HSL representation is 304.8° hue, 35.5% saturation, and 51.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AF57A8
RGB175, 87, 168
HSL304.8°, 35.5%, 51.4%
CMYK0%, 50%, 4%, 31%
HSV304.8°, 50.3%, 68.6%
LAB50.4, 47.1, -27.8
XYZ28.2, 18.8, 39.2
Decimal11491240
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.42:1
Text on #FFFFFF
AA Large
4.75:1
Text on #000000
AA
4.22:1
Text on #F8FAFC
AA Large
4.04:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF57A8;
}
.text-color {
color: #AF57A8;
}
.border-color {
border: 2px solid #AF57A8;
}