#A86DF8
A light, vivid purple closely aligning with Mediumslateblue.
About #A86DF8
At its core, #A86DF8 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Mediumslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 109, and 248.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 32% cyan, 56% magenta, 0% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A86DF8
RGB168, 109, 248
HSL265.5°, 90.8%, 70.0%
CMYK32%, 56%, 0%, 3%
HSV265.5°, 56.0%, 97.3%
LAB58.1, 50.9, -61.2
XYZ38.6, 26.0, 91.8
Decimal11038200
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.38:1
Text on #FFFFFF
AA Large
6.21:1
Text on #000000
AA
3.23:1
Text on #F8FAFC
AA Large
5.28:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A86DF8;
}
.text-color {
color: #A86DF8;
}
.border-color {
border: 2px solid #A86DF8;
}