#DB7CBD
A light, moderate magenta closely aligning with Plum.
About #DB7CBD
When working with digital screens, the color #DB7CBD is rendered by mixing light. If you're using CSS, you might find it aligns closely with Plum. In the RGB color space, it consists of 219 red, 124 green, and 189 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 43% M, 14% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB7CBD
RGB219, 124, 189
HSL318.9°, 56.9%, 67.3%
CMYK0%, 43%, 14%, 14%
HSV318.9°, 43.4%, 85.9%
LAB64.3, 45.4, -18.1
XYZ45.6, 33.1, 52.1
Decimal14384317
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.75:1
Text on #FFFFFF
FAIL
7.63:1
Text on #000000
AAA
2.63:1
Text on #F8FAFC
FAIL
6.49:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB7CBD;
}
.text-color {
color: #DB7CBD;
}
.border-color {
border: 2px solid #DB7CBD;
}