#D4A0E4
A light, moderate magenta closely aligning with Plum.
About #D4A0E4
When working with digital screens, the color #D4A0E4 is rendered by mixing light. Its closest recognized web color is Plum. This translates to an RGB value of rgb(212, 160, 228).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 7% cyan and 30% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#D4A0E4
RGB212, 160, 228
HSL285.9°, 55.7%, 76.1%
CMYK7%, 30%, 0%, 11%
HSV285.9°, 29.8%, 89.4%
LAB72.7, 31.0, -26.9
XYZ53.7, 44.7, 79.2
Decimal13934820
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.11:1
Text on #FFFFFF
FAIL
9.95:1
Text on #000000
AAA
2.02:1
Text on #F8FAFC
FAIL
8.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D4A0E4;
}
.text-color {
color: #D4A0E4;
}
.border-color {
border: 2px solid #D4A0E4;
}