#DB99BD
A light, moderate magenta closely aligning with Plum.
About #DB99BD
When working with digital screens, the color #DB99BD is rendered by mixing light. If you're using CSS, you might find it aligns closely with Plum. This translates to an RGB value of rgb(219, 153, 189).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 30% magenta inks. With a hue angle of 327.3 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB99BD
RGB219, 153, 189
HSL327.3°, 47.8%, 72.9%
CMYK0%, 30%, 14%, 14%
HSV327.3°, 30.1%, 85.9%
LAB70.5, 30.1, -8.7
XYZ49.8, 41.5, 53.5
Decimal14391741
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.26:1
Text on #FFFFFF
FAIL
9.30:1
Text on #000000
AAA
2.16:1
Text on #F8FAFC
FAIL
7.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DB99BD;
}
.text-color {
color: #DB99BD;
}
.border-color {
border: 2px solid #DB99BD;
}