#AF83E2
A light, moderate purple closely aligning with Mediumpurple.
About #AF83E2
The hex code #AF83E2 represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Mediumpurple. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 131, and 226.
Translating this color to physical media requires the CMYK color model. The color uses 23% Cyan, 42% Magenta, 0% Yellow, and 11% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#AF83E2
RGB175, 131, 226
HSL267.8°, 62.1%, 70.0%
CMYK23%, 42%, 0%, 11%
HSV267.8°, 42.0%, 88.6%
LAB62.4, 35.4, -42.2
XYZ39.5, 30.8, 75.8
Decimal11502562
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.93:1
Text on #FFFFFF
FAIL
7.17:1
Text on #000000
AAA
2.80:1
Text on #F8FAFC
FAIL
6.09:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF83E2;
}
.text-color {
color: #AF83E2;
}
.border-color {
border: 2px solid #AF83E2;
}