#AF83F8
A light, vivid purple closely aligning with Mediumpurple.
About #AF83F8
The precise color #AF83F8 is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumpurple. This translates to an RGB value of rgb(175, 131, 248).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 29% C, 47% M, 0% Y, and 3% 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. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AF83F8
RGB175, 131, 248
HSL262.6°, 89.3%, 74.3%
CMYK29%, 47%, 0%, 3%
HSV262.6°, 47.2%, 97.3%
LAB63.4, 40.6, -52.6
XYZ42.7, 32.1, 92.8
Decimal11502584
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.83:1
Text on #FFFFFF
FAIL
7.42:1
Text on #000000
AAA
2.70:1
Text on #F8FAFC
FAIL
6.31:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF83F8;
}
.text-color {
color: #AF83F8;
}
.border-color {
border: 2px solid #AF83F8;
}