#BD75B6
A light, moderate magenta closely aligning with Plum.
About #BD75B6
At its core, #BD75B6 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, 117 green, and 182 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 38% M, 4% Y, and 26% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BD75B6
RGB189, 117, 182
HSL305.8°, 35.3%, 60.0%
CMYK0%, 38%, 4%, 26%
HSV305.8°, 38.1%, 74.1%
LAB58.9, 38.2, -22.6
XYZ35.8, 26.9, 47.6
Decimal12416438
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.29:1
Text on #FFFFFF
AA Large
6.38:1
Text on #000000
AA
3.14:1
Text on #F8FAFC
AA Large
5.43:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD75B6;
}
.text-color {
color: #BD75B6;
}
.border-color {
border: 2px solid #BD75B6;
}