#BD3A6D
A medium, moderate magenta closely aligning with Palevioletred.
About #BD3A6D
At its core, #BD3A6D is a medium and moderate hue. It is closely associated with the named CSS color Palevioletred. Its digital footprint relies on 189 parts red, 58 parts green, and 109 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 69% Magenta, 42% Yellow, and 26% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD3A6D
RGB189, 58, 109
HSL336.6°, 53.0%, 48.4%
CMYK0%, 69%, 42%, 26%
HSV336.6°, 69.3%, 74.1%
LAB45.6, 56.1, 0.6
XYZ25.3, 14.9, 16.0
Decimal12401261
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.26:1
Text on #FFFFFF
AA
3.99:1
Text on #000000
AA Large
5.03:1
Text on #F8FAFC
AA
3.39:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD3A6D;
}
.text-color {
color: #BD3A6D;
}
.border-color {
border: 2px solid #BD3A6D;
}