#BD75AF
A light, moderate magenta closely aligning with Plum.
About #BD75AF
Visually, #BD75AF is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Plum. Its digital footprint relies on 189 parts red, 117 parts green, and 175 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 38% Magenta, 7% Yellow, and 26% Black. The HSL representation is 311.7° hue, 35.3% saturation, and 60.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BD75AF
RGB189, 117, 175
HSL311.7°, 35.3%, 60.0%
CMYK0%, 38%, 7%, 26%
HSV311.7°, 38.1%, 74.1%
LAB58.6, 37.0, -19.0
XYZ35.1, 26.6, 43.8
Decimal12416431
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.32:1
Text on #FFFFFF
AA Large
6.33:1
Text on #000000
AA
3.17:1
Text on #F8FAFC
AA Large
5.38:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD75AF;
}
.text-color {
color: #BD75AF;
}
.border-color {
border: 2px solid #BD75AF;
}