#BD92DB
A light, moderate purple closely aligning with Plum.
About #BD92DB
When working with digital screens, the color #BD92DB is rendered by mixing light. Its closest recognized web color is Plum. This translates to an RGB value of rgb(189, 146, 219).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 14% cyan, 33% magenta, 0% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#BD92DB
RGB189, 146, 219
HSL275.3°, 50.3%, 71.6%
CMYK14%, 33%, 0%, 14%
HSV275.3°, 33.3%, 85.9%
LAB66.9, 29.6, -31.1
XYZ44.1, 36.5, 71.7
Decimal12423899
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.53:1
Text on #FFFFFF
FAIL
8.30:1
Text on #000000
AAA
2.42:1
Text on #F8FAFC
FAIL
7.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BD92DB;
}
.text-color {
color: #BD92DB;
}
.border-color {
border: 2px solid #BD92DB;
}