#BD7CBD
A light, moderate magenta closely aligning with Plum.
About #BD7CBD
Visually, #BD7CBD is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Plum. This translates to an RGB value of rgb(189, 124, 189).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 34% magenta, 0% yellow, and 26% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BD7CBD
RGB189, 124, 189
HSL300.0°, 33.0%, 61.4%
CMYK0%, 34%, 0%, 26%
HSV300.0°, 34.4%, 74.1%
LAB60.7, 35.7, -23.8
XYZ37.4, 28.9, 51.8
Decimal12418237
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.10:1
Text on #FFFFFF
AA Large
6.78:1
Text on #000000
AA
2.96:1
Text on #F8FAFC
FAIL
5.77:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD7CBD;
}
.text-color {
color: #BD7CBD;
}
.border-color {
border: 2px solid #BD7CBD;
}