#BD7CA0
A light, moderate magenta closely aligning with Palevioletred.
About #BD7CA0
Visually, #BD7CA0 is defined as a moderate magenta. Its closest recognized web color is Palevioletred. Its digital footprint relies on 189 parts red, 124 parts green, and 160 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 34% Magenta, 15% Yellow, and 26% Black. With a hue angle of 326.8 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BD7CA0
RGB189, 124, 160
HSL326.8°, 33.0%, 61.4%
CMYK0%, 34%, 15%, 26%
HSV326.8°, 34.4%, 74.1%
LAB59.7, 30.6, -8.8
XYZ34.5, 27.8, 36.8
Decimal12418208
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.20:1
Text on #FFFFFF
AA Large
6.55:1
Text on #000000
AA
3.06:1
Text on #F8FAFC
AA Large
5.57:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD7CA0;
}
.text-color {
color: #BD7CA0;
}
.border-color {
border: 2px solid #BD7CA0;
}