#AF83CC
A light, moderate purple closely aligning with Plum.
About #AF83CC
Visually, #AF83CC is defined as a moderate purple. Its closest recognized web color is Plum. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 131, and 204.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 14% C, 36% M, 0% Y, and 20% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AF83CC
RGB175, 131, 204
HSL276.2°, 41.7%, 65.7%
CMYK14%, 36%, 0%, 20%
HSV276.2°, 35.8%, 80.0%
LAB61.4, 30.5, -31.4
XYZ36.7, 29.7, 60.9
Decimal11502540
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.03:1
Text on #FFFFFF
AA Large
6.94:1
Text on #000000
AA
2.89:1
Text on #F8FAFC
FAIL
5.90:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF83CC;
}
.text-color {
color: #AF83CC;
}
.border-color {
border: 2px solid #AF83CC;
}