#A87CF8
A light, vivid purple closely aligning with Mediumpurple.
About #A87CF8
At its core, #A87CF8 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Mediumpurple. Its digital footprint relies on 168 parts red, 124 parts green, and 248 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 32% Cyan, 50% Magenta, 0% Yellow, and 3% Black. With a hue angle of 261.3 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. 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#A87CF8
RGB168, 124, 248
HSL261.3°, 89.9%, 72.9%
CMYK32%, 50%, 0%, 3%
HSV261.3°, 50.0%, 97.3%
LAB61.2, 42.7, -56.2
XYZ40.3, 29.5, 92.4
Decimal11042040
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.04:1
Text on #FFFFFF
AA Large
6.90:1
Text on #000000
AA
2.91:1
Text on #F8FAFC
FAIL
5.87:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A87CF8;
}
.text-color {
color: #A87CF8;
}
.border-color {
border: 2px solid #A87CF8;
}