#BD1D6D
A medium, vivid magenta closely aligning with Mediumvioletred.
About #BD1D6D
At its core, #BD1D6D is a medium and vivid hue. Designers often compare it to the standard color Mediumvioletred. This translates to an RGB value of rgb(189, 29, 109).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 85% magenta inks. The HSL representation is 330.0° hue, 73.4% saturation, and 42.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#BD1D6D
RGB189, 29, 109
HSL330.0°, 73.4%, 42.7%
CMYK0%, 85%, 42%, 26%
HSV330.0°, 84.7%, 74.1%
LAB42.5, 64.8, -4.0
XYZ24.2, 12.8, 15.7
Decimal12393837
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.90:1
Text on #FFFFFF
AA
3.56:1
Text on #000000
AA Large
5.64:1
Text on #F8FAFC
AA
3.03:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD1D6D;
}
.text-color {
color: #BD1D6D;
}
.border-color {
border: 2px solid #BD1D6D;
}