#bf4dfd
a balanced, electric violet · warm · closest name: magenta
RGB
191, 77, 253
HSL
279°, 98%, 65%
CMYK
25, 70, 0, 1
Luminance
0.2348
Every format
| HEX | #bf4dfd |
| RGB | rgb(191, 77, 253) |
| HSL | hsl(279, 98%, 65%) |
| CMYK | cmyk(25%, 70%, 0%, 1%) |
| LAB | lab(55.6 72.0 -67.9) |
| LCH | lch(55.6 99.0 316.7) |
| OKLCH | oklch(0.649 0.254 310.9) |
Copy-ready code
/* CSS */
color: #bf4dfd;
background-color: #bf4dfd;
/* Tailwind (arbitrary) */
class="text-[#bf4dfd] bg-[#bf4dfd]"
/* SCSS */
$brand: #bf4dfd;
/* SwiftUI */
Color(red: 0.749, green: 0.302, blue: 0.992)
/* Android */
Color.parseColor("#bf4dfd")Accessibility — WCAG contrast
Aa
#bf4dfd on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf4dfd on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green30.2%
Blue99.2%
CMYK percentages
Cyan24.5%
Magenta69.6%
Yellow0.0%
Key (black)0.8%
Color previews
#bf4dfd text on a black background
contrast 5.70:1
Card sample
#bf4dfd text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf4dfd;
Background color
Panel with #bf4dfd background
background-color: #bf4dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf4dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 77, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 77, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf4dfd; background: linear-gradient(135deg, #bf4dfd, #FD4DC6);