#BD498A
A medium, moderate magenta closely aligning with Mediumvioletred.
About #BD498A
Visually, #BD498A is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Mediumvioletred. In the RGB color space, it consists of 189 red, 73 green, and 138 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 61% Magenta, 27% Yellow, and 26% Black. With a hue angle of 326.4 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#BD498A
RGB189, 73, 138
HSL326.4°, 46.8%, 51.4%
CMYK0%, 61%, 27%, 26%
HSV326.4°, 61.4%, 74.1%
LAB48.8, 53.3, -12.3
XYZ28.0, 17.4, 25.9
Decimal12405130
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.68:1
Text on #FFFFFF
AA
4.48:1
Text on #000000
AA Large
4.48:1
Text on #F8FAFC
AA Large
3.81:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD498A;
}
.text-color {
color: #BD498A;
}
.border-color {
border: 2px solid #BD498A;
}