#b347eb
a balanced, electric violet · warm · closest name: magenta
RGB
179, 71, 235
HSL
280°, 80%, 60%
CMYK
24, 70, 0, 8
Luminance
0.2009
Every format
| HEX | #b347eb |
| RGB | rgb(179, 71, 235) |
| HSL | hsl(280, 80%, 60%) |
| CMYK | cmyk(24%, 70%, 0%, 8%) |
| LAB | lab(51.9 68.4 -63.8) |
| LCH | lch(51.9 93.5 317.0) |
| OKLCH | oklch(0.616 0.241 311.5) |
Copy-ready code
/* CSS */
color: #b347eb;
background-color: #b347eb;
/* Tailwind (arbitrary) */
class="text-[#b347eb] bg-[#b347eb]"
/* SCSS */
$brand: #b347eb;
/* SwiftUI */
Color(red: 0.702, green: 0.278, blue: 0.922)
/* Android */
Color.parseColor("#b347eb")Accessibility — WCAG contrast
Aa
#b347eb on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b347eb on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green27.8%
Blue92.2%
CMYK percentages
Cyan23.8%
Magenta69.8%
Yellow0.0%
Key (black)7.8%
Color previews
#b347eb text on a black background
contrast 5.02:1
Card sample
#b347eb text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b347eb;
Background color
Panel with #b347eb background
background-color: #b347eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b347eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 71, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 71, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b347eb; background: linear-gradient(135deg, #b347eb, #EB47B6);