#BD92D3
A light, moderate purple closely aligning with Plum.
About #BD92D3
When working with digital screens, the color #BD92D3 is rendered by mixing light. It is closely associated with the named CSS color Plum. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 146, and 211.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 10% C, 31% M, 0% Y, and 17% K. The HSL representation is 279.7° hue, 42.5% saturation, and 70.0% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BD92D3
RGB189, 146, 211
HSL279.7°, 42.5%, 70.0%
CMYK10%, 31%, 0%, 17%
HSV279.7°, 30.8%, 82.7%
LAB66.6, 28.0, -27.2
XYZ43.0, 36.1, 66.3
Decimal12423891
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.56:1
Text on #FFFFFF
FAIL
8.22:1
Text on #000000
AAA
2.44:1
Text on #F8FAFC
FAIL
6.98:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD92D3;
}
.text-color {
color: #BD92D3;
}
.border-color {
border: 2px solid #BD92D3;
}