#DBA0E9
A light, moderate magenta closely aligning with Plum.
About #DBA0E9
At its core, #DBA0E9 is a light and moderate hue. Designers often compare it to the standard color Plum. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 160, and 233.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 6% cyan, 31% magenta, 0% yellow, and 9% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#DBA0E9
RGB219, 160, 233
HSL288.5°, 62.4%, 77.1%
CMYK6%, 31%, 0%, 9%
HSV288.5°, 31.3%, 91.4%
LAB73.6, 34.2, -28.2
XYZ56.5, 46.1, 83.0
Decimal14393577
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.06:1
Text on #FFFFFF
FAIL
10.22:1
Text on #000000
AAA
1.96:1
Text on #F8FAFC
FAIL
8.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBA0E9;
}
.text-color {
color: #DBA0E9;
}
.border-color {
border: 2px solid #DBA0E9;
}