#bd91eb
a light, vivid violet · warm · closest name: plum
RGB
189, 145, 235
HSL
269°, 69%, 75%
CMYK
20, 38, 0, 8
Luminance
0.3707
Every format
| HEX | #bd91eb |
| RGB | rgb(189, 145, 235) |
| HSL | hsl(269, 69%, 75%) |
| CMYK | cmyk(20%, 38%, 0%, 8%) |
| LAB | lab(67.3 33.7 -39.3) |
| LCH | lch(67.3 51.7 310.6) |
| OKLCH | oklch(0.732 0.134 305.8) |
Copy-ready code
/* CSS */
color: #bd91eb;
background-color: #bd91eb;
/* Tailwind (arbitrary) */
class="text-[#bd91eb] bg-[#bd91eb]"
/* SCSS */
$brand: #bd91eb;
/* SwiftUI */
Color(red: 0.741, green: 0.569, blue: 0.922)
/* Android */
Color.parseColor("#bd91eb")Accessibility — WCAG contrast
Aa
#bd91eb on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bd91eb on black: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green56.9%
Blue92.2%
CMYK percentages
Cyan19.6%
Magenta38.3%
Yellow0.0%
Key (black)7.8%
Color previews
#bd91eb text on a black background
contrast 8.41:1
Card sample
#bd91eb text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd91eb;
Background color
Panel with #bd91eb background
background-color: #bd91eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd91eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 145, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 145, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd91eb; background: linear-gradient(135deg, #bd91eb, #EB91DD);