#b348f0
a balanced, electric violet · warm · closest name: magenta
RGB
179, 72, 240
HSL
278°, 85%, 61%
CMYK
25, 70, 0, 6
Luminance
0.2051
Every format
| HEX | #b348f0 |
| RGB | rgb(179, 72, 240) |
| HSL | hsl(278, 85%, 61%) |
| CMYK | cmyk(25%, 70%, 0%, 6%) |
| LAB | lab(52.4 69.0 -65.8) |
| LCH | lch(52.4 95.3 316.4) |
| OKLCH | oklch(0.620 0.244 310.3) |
Copy-ready code
/* CSS */
color: #b348f0;
background-color: #b348f0;
/* Tailwind (arbitrary) */
class="text-[#b348f0] bg-[#b348f0]"
/* SCSS */
$brand: #b348f0;
/* SwiftUI */
Color(red: 0.702, green: 0.282, blue: 0.941)
/* Android */
Color.parseColor("#b348f0")Accessibility — WCAG contrast
Aa
#b348f0 on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b348f0 on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green28.2%
Blue94.1%
CMYK percentages
Cyan25.4%
Magenta70.0%
Yellow0.0%
Key (black)5.9%
Color previews
#b348f0 text on a black background
contrast 5.10:1
Card sample
#b348f0 text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b348f0;
Background color
Panel with #b348f0 background
background-color: #b348f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b348f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 72, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 72, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b348f0; background: linear-gradient(135deg, #b348f0, #F048BD);