#A883C5
A light, moderate purple closely aligning with Plum.
About #A883C5
When working with digital screens, the color #A883C5 is rendered by mixing light. It is closely associated with the named CSS color Plum. This translates to an RGB value of rgb(168, 131, 197).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 15% cyan and 34% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A883C5
RGB168, 131, 197
HSL273.6°, 36.3%, 64.3%
CMYK15%, 34%, 0%, 23%
HSV273.6°, 33.5%, 77.3%
LAB60.4, 26.7, -29.0
XYZ34.3, 28.6, 56.5
Decimal11043781
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.13:1
Text on #FFFFFF
AA Large
6.72:1
Text on #000000
AA
2.99:1
Text on #F8FAFC
FAIL
5.71:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A883C5;
}
.text-color {
color: #A883C5;
}
.border-color {
border: 2px solid #A883C5;
}