#b314eb
a balanced, electric violet · warm · closest name: magenta
RGB
179, 20, 235
HSL
284°, 84%, 50%
CMYK
24, 92, 0, 8
Luminance
0.1608
Every format
| HEX | #b314eb |
| RGB | rgb(179, 20, 235) |
| HSL | hsl(284, 84%, 50%) |
| CMYK | cmyk(24%, 92%, 0%, 8%) |
| LAB | lab(47.1 82.4 -71.6) |
| LCH | lch(47.1 109.2 319.0) |
| OKLCH | oklch(0.582 0.281 313.6) |
Copy-ready code
/* CSS */
color: #b314eb;
background-color: #b314eb;
/* Tailwind (arbitrary) */
class="text-[#b314eb] bg-[#b314eb]"
/* SCSS */
$brand: #b314eb;
/* SwiftUI */
Color(red: 0.702, green: 0.078, blue: 0.922)
/* Android */
Color.parseColor("#b314eb")Accessibility — WCAG contrast
Aa
#b314eb on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b314eb on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green7.8%
Blue92.2%
CMYK percentages
Cyan23.8%
Magenta91.5%
Yellow0.0%
Key (black)7.8%
Color previews
#b314eb text on a black background
contrast 4.22:1
Card sample
#b314eb text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b314eb;
Background color
Panel with #b314eb background
background-color: #b314eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b314eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 20, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 20, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b314eb; background: linear-gradient(135deg, #b314eb, #EB1494);