#BD66D3
A light, moderate magenta closely aligning with Mediumorchid.
About #BD66D3
Visually, #BD66D3 is defined as a moderate magenta. It is closely associated with the named CSS color Mediumorchid. Its digital footprint relies on 189 parts red, 102 parts green, and 211 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 10% Cyan, 52% Magenta, 0% Yellow, and 17% 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 light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BD66D3
RGB189, 102, 211
HSL287.9°, 55.3%, 61.4%
CMYK10%, 52%, 0%, 17%
HSV287.9°, 51.7%, 82.7%
LAB57.1, 51.6, -41.9
XYZ37.5, 25.0, 64.5
Decimal12412627
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.50:1
Text on #FFFFFF
AA Large
6.00:1
Text on #000000
AA
3.34:1
Text on #F8FAFC
AA Large
5.10:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD66D3;
}
.text-color {
color: #BD66D3;
}
.border-color {
border: 2px solid #BD66D3;
}