#BD6DCC
A light, moderate magenta closely aligning with Orchid.
About #BD6DCC
The precise color #BD6DCC is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Orchid. In the RGB color space, it consists of 189 red, 109 green, and 204 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 7% cyan and 47% magenta inks. The HSL representation is 290.5° hue, 48.2% saturation, and 61.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#BD6DCC
RGB189, 109, 204
HSL290.5°, 48.2%, 61.4%
CMYK7%, 47%, 0%, 20%
HSV290.5°, 46.6%, 80.0%
LAB58.1, 46.6, -36.3
XYZ37.4, 26.1, 60.2
Decimal12414412
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.37:1
Text on #FFFFFF
AA Large
6.22:1
Text on #000000
AA
3.23:1
Text on #F8FAFC
AA Large
5.29:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD6DCC;
}
.text-color {
color: #BD6DCC;
}
.border-color {
border: 2px solid #BD6DCC;
}