#BD92C5
A light, moderate magenta closely aligning with Plum.
About #BD92C5
When working with digital screens, the color #BD92C5 is rendered by mixing light. Its closest recognized web color is Plum. This translates to an RGB value of rgb(189, 146, 197).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 4% cyan and 26% magenta inks. With a hue angle of 290.6 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BD92C5
RGB189, 146, 197
HSL290.6°, 30.5%, 67.3%
CMYK4%, 26%, 0%, 23%
HSV290.6°, 25.9%, 77.3%
LAB66.1, 25.1, -20.1
XYZ41.3, 35.4, 57.5
Decimal12423877
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.60:1
Text on #FFFFFF
FAIL
8.08:1
Text on #000000
AAA
2.48:1
Text on #F8FAFC
FAIL
6.87:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD92C5;
}
.text-color {
color: #BD92C5;
}
.border-color {
border: 2px solid #BD92C5;
}