#D3A0DB
A light, moderate magenta closely aligning with Plum.
About #D3A0DB
Visually, #D3A0DB is defined as a moderate magenta. It is closely associated with the named CSS color Plum. This translates to an RGB value of rgb(211, 160, 219).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 4% cyan, 27% magenta, 0% yellow, and 14% 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#D3A0DB
RGB211, 160, 219
HSL291.9°, 45.0%, 74.3%
CMYK4%, 27%, 0%, 14%
HSV291.9°, 26.9%, 85.9%
LAB72.3, 28.9, -22.6
XYZ52.2, 44.1, 72.8
Decimal13869275
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.14:1
Text on #FFFFFF
FAIL
9.82:1
Text on #000000
AAA
2.04:1
Text on #F8FAFC
FAIL
8.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3A0DB;
}
.text-color {
color: #D3A0DB;
}
.border-color {
border: 2px solid #D3A0DB;
}