#A883B6
A light, muted purple closely aligning with Plum.
About #A883B6
At its core, #A883B6 is a light and muted hue. Its closest recognized web color is Plum. Its digital footprint relies on 168 parts red, 131 parts green, and 182 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 8% C, 28% M, 0% Y, and 29% K. With a hue angle of 283.5 degrees, it sits comfortably in the purple spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A883B6
RGB168, 131, 182
HSL283.5°, 25.9%, 61.4%
CMYK8%, 28%, 0%, 29%
HSV283.5°, 28.0%, 71.4%
LAB59.8, 23.5, -21.4
XYZ32.7, 27.9, 47.9
Decimal11043766
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.19:1
Text on #FFFFFF
AA Large
6.59:1
Text on #000000
AA
3.05:1
Text on #F8FAFC
AA Large
5.60:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A883B6;
}
.text-color {
color: #A883B6;
}
.border-color {
border: 2px solid #A883B6;
}