#DB92BD
A light, moderate magenta closely aligning with Plum.
About #DB92BD
When working with digital screens, the color #DB92BD is rendered by mixing light. Designers often compare it to the standard color Plum. This translates to an RGB value of rgb(219, 146, 189).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 33% magenta, 14% yellow, and 14% black. The HSL representation is 324.7° hue, 50.3% saturation, and 71.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DB92BD
RGB219, 146, 189
HSL324.7°, 50.3%, 71.6%
CMYK0%, 33%, 14%, 14%
HSV324.7°, 33.3%, 85.9%
LAB69.0, 33.8, -11.0
XYZ48.7, 39.3, 53.2
Decimal14389949
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.37:1
Text on #FFFFFF
FAIL
8.86:1
Text on #000000
AAA
2.27:1
Text on #F8FAFC
FAIL
7.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DB92BD;
}
.text-color {
color: #DB92BD;
}
.border-color {
border: 2px solid #DB92BD;
}