#BD83A8
A light, moderate magenta closely aligning with Plum.
About #BD83A8
The precise color #BD83A8 is an excellent choice for modern design projects. It is closely associated with the named CSS color Plum. In the RGB color space, it consists of 189 red, 131 green, and 168 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 31% Magenta, 11% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD83A8
RGB189, 131, 168
HSL321.7°, 30.5%, 62.7%
CMYK0%, 31%, 11%, 26%
HSV321.7°, 30.7%, 74.1%
LAB61.5, 28.1, -10.6
XYZ36.2, 29.9, 40.9
Decimal12420008
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.01:1
Text on #FFFFFF
AA Large
6.98:1
Text on #000000
AA
2.88:1
Text on #F8FAFC
FAIL
5.93:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD83A8;
}
.text-color {
color: #BD83A8;
}
.border-color {
border: 2px solid #BD83A8;
}