#BD7C99
A light, moderate magenta closely aligning with Palevioletred.
About #BD7C99
At its core, #BD7C99 is a light and moderate hue. Its closest recognized web color is Palevioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 124, and 153.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 34% M, 19% Y, and 26% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BD7C99
RGB189, 124, 153
HSL333.2°, 33.0%, 61.4%
CMYK0%, 34%, 19%, 26%
HSV333.2°, 34.4%, 74.1%
LAB59.5, 29.5, -5.1
XYZ33.9, 27.5, 33.7
Decimal12418201
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.23:1
Text on #FFFFFF
AA Large
6.51:1
Text on #000000
AA
3.08:1
Text on #F8FAFC
AA Large
5.53:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD7C99;
}
.text-color {
color: #BD7C99;
}
.border-color {
border: 2px solid #BD7C99;
}