#BD83AF
A light, moderate magenta closely aligning with Plum.
About #BD83AF
At its core, #BD83AF is a light and moderate hue. If you're using CSS, you might find it aligns closely with Plum. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 131, and 175.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 31% M, 7% Y, and 26% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#BD83AF
RGB189, 131, 175
HSL314.5°, 30.5%, 62.7%
CMYK0%, 31%, 7%, 26%
HSV314.5°, 30.7%, 74.1%
LAB61.8, 29.3, -14.2
XYZ36.8, 30.1, 44.4
Decimal12420015
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.99:1
Text on #FFFFFF
FAIL
7.03:1
Text on #000000
AAA
2.86:1
Text on #F8FAFC
FAIL
5.98:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD83AF;
}
.text-color {
color: #BD83AF;
}
.border-color {
border: 2px solid #BD83AF;
}