#BD66A0
A medium, moderate magenta closely aligning with Palevioletred.
About #BD66A0
Visually, #BD66A0 is defined as a moderate magenta. Its closest recognized web color is Palevioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 102, and 160.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 46% magenta, 15% yellow, and 26% black. The HSL representation is 320.0° hue, 39.7% saturation, and 57.1% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD66A0
RGB189, 102, 160
HSL320.0°, 39.7%, 57.1%
CMYK0%, 46%, 15%, 26%
HSV320.0°, 46.0%, 74.1%
LAB54.9, 42.4, -16.0
XYZ32.1, 22.9, 36.0
Decimal12412576
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.77:1
Text on #FFFFFF
AA Large
5.57:1
Text on #000000
AA
3.60:1
Text on #F8FAFC
AA Large
4.74:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD66A0;
}
.text-color {
color: #BD66A0;
}
.border-color {
border: 2px solid #BD66A0;
}