#AF6DFF
A light, vivid purple closely aligning with Mediumslateblue.
About #AF6DFF
At its core, #AF6DFF is a light and vivid hue. Designers often compare it to the standard color Mediumslateblue. This translates to an RGB value of rgb(175, 109, 255).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 31% C, 57% M, 0% Y, and 0% K. The HSL representation is 267.1° hue, 100.0% saturation, and 71.4% lightness.
When using this color as a background, text legibility must be considered. 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#AF6DFF
RGB175, 109, 255
HSL267.1°, 100.0%, 71.4%
CMYK31%, 57%, 0%, 0%
HSV267.1°, 57.3%, 100.0%
LAB59.2, 54.2, -63.2
XYZ41.2, 27.3, 97.7
Decimal11496959
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.25:1
Text on #FFFFFF
AA Large
6.45:1
Text on #000000
AA
3.11:1
Text on #F8FAFC
AA Large
5.49:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF6DFF;
}
.text-color {
color: #AF6DFF;
}
.border-color {
border: 2px solid #AF6DFF;
}