#AF8AF8
A light, vivid purple closely aligning with Mediumpurple.
About #AF8AF8
When working with digital screens, the color #AF8AF8 is rendered by mixing light. It is closely associated with the named CSS color Mediumpurple. In the RGB color space, it consists of 175 red, 138 green, and 248 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 29% C, 44% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AF8AF8
RGB175, 138, 248
HSL260.2°, 88.7%, 75.7%
CMYK29%, 44%, 0%, 3%
HSV260.2°, 44.4%, 97.3%
LAB65.0, 36.7, -50.1
XYZ43.7, 34.1, 93.1
Decimal11504376
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.69:1
Text on #FFFFFF
FAIL
7.81:1
Text on #000000
AAA
2.57:1
Text on #F8FAFC
FAIL
6.64:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF8AF8;
}
.text-color {
color: #AF8AF8;
}
.border-color {
border: 2px solid #AF8AF8;
}