#b30ef1
a balanced, electric violet · warm · closest name: magenta
RGB
179, 14, 241
HSL
284°, 89%, 50%
CMYK
26, 94, 0, 6
Luminance
0.1625
Every format
| HEX | #b30ef1 |
| RGB | rgb(179, 14, 241) |
| HSL | hsl(284, 89%, 50%) |
| CMYK | cmyk(26%, 94%, 0%, 6%) |
| LAB | lab(47.3 84.2 -74.7) |
| LCH | lch(47.3 112.6 318.5) |
| OKLCH | oklch(0.585 0.287 312.4) |
Copy-ready code
/* CSS */
color: #b30ef1;
background-color: #b30ef1;
/* Tailwind (arbitrary) */
class="text-[#b30ef1] bg-[#b30ef1]"
/* SCSS */
$brand: #b30ef1;
/* SwiftUI */
Color(red: 0.702, green: 0.055, blue: 0.945)
/* Android */
Color.parseColor("#b30ef1")Accessibility — WCAG contrast
Aa
#b30ef1 on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b30ef1 on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green5.5%
Blue94.5%
CMYK percentages
Cyan25.7%
Magenta94.2%
Yellow0.0%
Key (black)5.5%
Color previews
#b30ef1 text on a black background
contrast 4.25:1
Card sample
#b30ef1 text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b30ef1;
Background color
Panel with #b30ef1 background
background-color: #b30ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b30ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 14, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 14, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b30ef1; background: linear-gradient(135deg, #b30ef1, #F10E98);