#AF6DF8
A light, vivid purple closely aligning with Mediumslateblue.
About #AF6DF8
When working with digital screens, the color #AF6DF8 is rendered by mixing light. Designers often compare it to the standard color Mediumslateblue. This translates to an RGB value of rgb(175, 109, 248).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 29% Cyan, 56% Magenta, 0% Yellow, and 3% Black. 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AF6DF8
RGB175, 109, 248
HSL268.5°, 90.8%, 70.0%
CMYK29%, 56%, 0%, 3%
HSV268.5°, 56.0%, 97.3%
LAB58.8, 52.5, -60.0
XYZ40.1, 26.8, 91.9
Decimal11496952
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.30:1
Text on #FFFFFF
AA Large
6.37:1
Text on #000000
AA
3.15:1
Text on #F8FAFC
AA Large
5.41:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF6DF8;
}
.text-color {
color: #AF6DF8;
}
.border-color {
border: 2px solid #AF6DF8;
}