#A883CC
A light, moderate purple closely aligning with Plum.
About #A883CC
The hex code #A883CC represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Plum. In the RGB color space, it consists of 168 red, 131 green, and 204 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 18% Cyan, 36% Magenta, 0% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A883CC
RGB168, 131, 204
HSL270.4°, 41.7%, 65.7%
CMYK18%, 36%, 0%, 20%
HSV270.4°, 35.8%, 80.0%
LAB60.7, 28.3, -32.5
XYZ35.2, 28.9, 60.9
Decimal11043788
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.10:1
Text on #FFFFFF
AA Large
6.78:1
Text on #000000
AA
2.96:1
Text on #F8FAFC
FAIL
5.77:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A883CC;
}
.text-color {
color: #A883CC;
}
.border-color {
border: 2px solid #A883CC;
}