#BD8AF0
A light, vivid purple closely aligning with Mediumpurple.
About #BD8AF0
At its core, #BD8AF0 is a light and vivid hue. Designers often compare it to the standard color Mediumpurple. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 138, and 240.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 21% C, 43% M, 0% Y, and 6% K. With a hue angle of 270.0 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BD8AF0
RGB189, 138, 240
HSL270.0°, 77.3%, 74.1%
CMYK21%, 43%, 0%, 6%
HSV270.0°, 42.5%, 94.1%
LAB66.0, 38.7, -44.1
XYZ45.8, 35.3, 86.8
Decimal12421872
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.61:1
Text on #FFFFFF
FAIL
8.06:1
Text on #000000
AAA
2.49:1
Text on #F8FAFC
FAIL
6.85:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD8AF0;
}
.text-color {
color: #BD8AF0;
}
.border-color {
border: 2px solid #BD8AF0;
}