#bf3afd
a balanced, electric violet · warm · closest name: magenta
RGB
191, 58, 253
HSL
281°, 98%, 61%
CMYK
25, 77, 0, 1
Luminance
0.2119
Every format
| HEX | #bf3afd |
| RGB | rgb(191, 58, 253) |
| HSL | hsl(281, 98%, 61%) |
| CMYK | cmyk(25%, 77%, 0%, 1%) |
| LAB | lab(53.2 78.8 -71.8) |
| LCH | lch(53.2 106.6 317.7) |
| OKLCH | oklch(0.632 0.273 312.0) |
Copy-ready code
/* CSS */
color: #bf3afd;
background-color: #bf3afd;
/* Tailwind (arbitrary) */
class="text-[#bf3afd] bg-[#bf3afd]"
/* SCSS */
$brand: #bf3afd;
/* SwiftUI */
Color(red: 0.749, green: 0.227, blue: 0.992)
/* Android */
Color.parseColor("#bf3afd")Accessibility — WCAG contrast
Aa
#bf3afd on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf3afd on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green22.7%
Blue99.2%
CMYK percentages
Cyan24.5%
Magenta77.1%
Yellow0.0%
Key (black)0.8%
Color previews
#bf3afd text on a black background
contrast 5.24:1
Card sample
#bf3afd text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf3afd;
Background color
Panel with #bf3afd background
background-color: #bf3afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf3afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 58, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 58, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf3afd; background: linear-gradient(135deg, #bf3afd, #FD3AB9);