#AF6683
A medium, moderate magenta closely aligning with Palevioletred.
About #AF6683
Visually, #AF6683 is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Palevioletred. In the RGB color space, it consists of 175 red, 102 green, and 131 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 42% M, 25% 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. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AF6683
RGB175, 102, 131
HSL336.2°, 31.3%, 54.3%
CMYK0%, 42%, 25%, 31%
HSV336.2°, 41.7%, 68.6%
LAB52.1, 33.1, -3.3
XYZ26.5, 20.3, 24.0
Decimal11495043
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.16:1
Text on #FFFFFF
AA Large
5.05:1
Text on #000000
AA
3.97:1
Text on #F8FAFC
AA Large
4.29:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF6683;
}
.text-color {
color: #AF6683;
}
.border-color {
border: 2px solid #AF6683;
}