#bf3df4
a balanced, electric violet · warm · closest name: magenta
RGB
191, 61, 244
HSL
283°, 89%, 60%
CMYK
22, 75, 0, 4
Luminance
0.2095
Every format
| HEX | #bf3df4 |
| RGB | rgb(191, 61, 244) |
| HSL | hsl(283, 89%, 60%) |
| CMYK | cmyk(22%, 75%, 0%, 4%) |
| LAB | lab(52.9 76.1 -67.2) |
| LCH | lch(52.9 101.5 318.6) |
| OKLCH | oklch(0.628 0.263 313.8) |
Copy-ready code
/* CSS */
color: #bf3df4;
background-color: #bf3df4;
/* Tailwind (arbitrary) */
class="text-[#bf3df4] bg-[#bf3df4]"
/* SCSS */
$brand: #bf3df4;
/* SwiftUI */
Color(red: 0.749, green: 0.239, blue: 0.957)
/* Android */
Color.parseColor("#bf3df4")Accessibility — WCAG contrast
Aa
#bf3df4 on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf3df4 on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green23.9%
Blue95.7%
CMYK percentages
Cyan21.7%
Magenta75.0%
Yellow0.0%
Key (black)4.3%
Color previews
#bf3df4 text on a black background
contrast 5.19:1
Card sample
#bf3df4 text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf3df4;
Background color
Panel with #bf3df4 background
background-color: #bf3df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf3df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 61, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 61, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf3df4; background: linear-gradient(135deg, #bf3df4, #F43DAF);