#BD83B6
A light, moderate magenta closely aligning with Plum.
About #BD83B6
At its core, #BD83B6 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Plum. In the RGB color space, it consists of 189 red, 131 green, and 182 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 31% M, 4% Y, and 26% K. The HSL representation is 307.2° hue, 30.5% saturation, and 62.7% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD83B6
RGB189, 131, 182
HSL307.2°, 30.5%, 62.7%
CMYK0%, 31%, 4%, 26%
HSV307.2°, 30.7%, 74.1%
LAB62.0, 30.6, -17.9
XYZ37.5, 30.4, 48.2
Decimal12420022
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.96:1
Text on #FFFFFF
FAIL
7.09:1
Text on #000000
AAA
2.83:1
Text on #F8FAFC
FAIL
6.02:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD83B6;
}
.text-color {
color: #BD83B6;
}
.border-color {
border: 2px solid #BD83B6;
}