#BD5F99
A medium, moderate magenta closely aligning with Palevioletred.
About #BD5F99
Visually, #BD5F99 is defined as a moderate magenta. Its closest recognized web color is Palevioletred. This translates to an RGB value of rgb(189, 95, 153).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 50% Magenta, 19% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium 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#BD5F99
RGB189, 95, 153
HSL323.0°, 41.6%, 55.7%
CMYK0%, 50%, 19%, 26%
HSV323.0°, 49.7%, 74.1%
LAB53.3, 44.9, -14.4
XYZ30.8, 21.3, 32.6
Decimal12410777
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.99:1
Text on #FFFFFF
AA Large
5.26:1
Text on #000000
AA
3.82:1
Text on #F8FAFC
AA Large
4.47:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD5F99;
}
.text-color {
color: #BD5F99;
}
.border-color {
border: 2px solid #BD5F99;
}