#bd4ef1
a balanced, electric violet · warm · closest name: magenta
RGB
189, 78, 241
HSL
281°, 85%, 63%
CMYK
22, 68, 0, 6
Luminance
0.2262
Every format
| HEX | #bd4ef1 |
| RGB | rgb(189, 78, 241) |
| HSL | hsl(281, 85%, 63%) |
| CMYK | cmyk(22%, 68%, 0%, 6%) |
| LAB | lab(54.7 68.8 -62.6) |
| LCH | lch(54.7 93.0 317.7) |
| OKLCH | oklch(0.639 0.241 312.9) |
Copy-ready code
/* CSS */
color: #bd4ef1;
background-color: #bd4ef1;
/* Tailwind (arbitrary) */
class="text-[#bd4ef1] bg-[#bd4ef1]"
/* SCSS */
$brand: #bd4ef1;
/* SwiftUI */
Color(red: 0.741, green: 0.306, blue: 0.945)
/* Android */
Color.parseColor("#bd4ef1")Accessibility — WCAG contrast
Aa
#bd4ef1 on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd4ef1 on black: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green30.6%
Blue94.5%
CMYK percentages
Cyan21.6%
Magenta67.6%
Yellow0.0%
Key (black)5.5%
Color previews
#bd4ef1 text on a black background
contrast 5.52:1
Card sample
#bd4ef1 text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd4ef1;
Background color
Panel with #bd4ef1 background
background-color: #bd4ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd4ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 78, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 78, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd4ef1; background: linear-gradient(135deg, #bd4ef1, #F14EB8);