#b347ff
a balanced, electric violet · warm · closest name: magenta
RGB
179, 71, 255
HSL
275°, 100%, 64%
CMYK
30, 72, 0, 0
Luminance
0.2131
Every format
| HEX | #b347ff |
| RGB | rgb(179, 71, 255) |
| HSL | hsl(275, 100%, 64%) |
| CMYK | cmyk(30%, 72%, 0%, 0%) |
| LAB | lab(53.3 72.5 -72.8) |
| LCH | lch(53.3 102.7 314.9) |
| OKLCH | oklch(0.630 0.259 307.1) |
Copy-ready code
/* CSS */
color: #b347ff;
background-color: #b347ff;
/* Tailwind (arbitrary) */
class="text-[#b347ff] bg-[#b347ff]"
/* SCSS */
$brand: #b347ff;
/* SwiftUI */
Color(red: 0.702, green: 0.278, blue: 1.000)
/* Android */
Color.parseColor("#b347ff")Accessibility — WCAG contrast
Aa
#b347ff on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b347ff on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green27.8%
Blue100.0%
CMYK percentages
Cyan29.8%
Magenta72.2%
Yellow0.0%
Key (black)0.0%
Color previews
#b347ff text on a black background
contrast 5.26:1
Card sample
#b347ff text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b347ff;
Background color
Panel with #b347ff background
background-color: #b347ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b347ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 71, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 71, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b347ff; background: linear-gradient(135deg, #b347ff, #FF47D0);