#bd8bdf
a light, vivid violet · warm · closest name: plum
RGB
189, 139, 223
HSL
276°, 57%, 71%
CMYK
15, 38, 0, 13
Luminance
0.3461
Every format
| HEX | #bd8bdf |
| RGB | rgb(189, 139, 223) |
| HSL | hsl(276, 57%, 71%) |
| CMYK | cmyk(15%, 38%, 0%, 13%) |
| LAB | lab(65.5 34.4 -35.6) |
| LCH | lch(65.5 49.5 314.0) |
| OKLCH | oklch(0.716 0.130 310.7) |
Copy-ready code
/* CSS */
color: #bd8bdf;
background-color: #bd8bdf;
/* Tailwind (arbitrary) */
class="text-[#bd8bdf] bg-[#bd8bdf]"
/* SCSS */
$brand: #bd8bdf;
/* SwiftUI */
Color(red: 0.741, green: 0.545, blue: 0.875)
/* Android */
Color.parseColor("#bd8bdf")Accessibility — WCAG contrast
Aa
#bd8bdf on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bd8bdf on black: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green54.5%
Blue87.5%
CMYK percentages
Cyan15.2%
Magenta37.7%
Yellow0.0%
Key (black)12.5%
Color previews
#bd8bdf text on a black background
contrast 7.92:1
Card sample
#bd8bdf text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd8bdf;
Background color
Panel with #bd8bdf background
background-color: #bd8bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd8bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 139, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 139, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd8bdf; background: linear-gradient(135deg, #bd8bdf, #DF8BC9);