#AF5FF8
A light, vivid purple closely aligning with Darkorchid.
About #AF5FF8
The hex code #AF5FF8 represents a beautifully specific shade of purple. Designers often compare it to the standard color Darkorchid. This translates to an RGB value of rgb(175, 95, 248).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 29% C, 62% 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. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AF5FF8
RGB175, 95, 248
HSL271.4°, 91.6%, 67.3%
CMYK29%, 62%, 0%, 3%
HSV271.4°, 61.7%, 97.3%
LAB56.2, 59.6, -64.3
XYZ38.7, 24.1, 91.4
Decimal11493368
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.61:1
Text on #FFFFFF
AA Large
5.82:1
Text on #000000
AA
3.45:1
Text on #F8FAFC
AA Large
4.94:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF5FF8;
}
.text-color {
color: #AF5FF8;
}
.border-color {
border: 2px solid #AF5FF8;
}