#AF83E9
A light, moderate purple closely aligning with Mediumpurple.
About #AF83E9
Visually, #AF83E9 is defined as a moderate purple. If you're using CSS, you might find it aligns closely with Mediumpurple. Its digital footprint relies on 175 parts red, 131 parts green, and 233 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 25% C, 44% M, 0% Y, and 9% K. The HSL representation is 265.9° hue, 69.9% saturation, and 71.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AF83E9
RGB175, 131, 233
HSL265.9°, 69.9%, 71.4%
CMYK25%, 44%, 0%, 9%
HSV265.9°, 43.8%, 91.4%
LAB62.7, 37.0, -45.5
XYZ40.5, 31.2, 81.0
Decimal11502569
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.90:1
Text on #FFFFFF
FAIL
7.25:1
Text on #000000
AAA
2.77:1
Text on #F8FAFC
FAIL
6.16:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF83E9;
}
.text-color {
color: #AF83E9;
}
.border-color {
border: 2px solid #AF83E9;
}