#BD5FD3
A light, moderate magenta closely aligning with Mediumorchid.
About #BD5FD3
When working with digital screens, the color #BD5FD3 is rendered by mixing light. It is closely associated with the named CSS color Mediumorchid. This translates to an RGB value of rgb(189, 95, 211).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 10% cyan and 55% magenta inks. 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 #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BD5FD3
RGB189, 95, 211
HSL288.6°, 56.9%, 60.0%
CMYK10%, 55%, 0%, 17%
HSV288.6°, 55.0%, 82.7%
LAB55.8, 55.1, -44.0
XYZ36.8, 23.7, 64.3
Decimal12410835
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.66:1
Text on #FFFFFF
AA Large
5.74:1
Text on #000000
AA
3.50:1
Text on #F8FAFC
AA Large
4.88:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD5FD3;
}
.text-color {
color: #BD5FD3;
}
.border-color {
border: 2px solid #BD5FD3;
}