#b331f9
a balanced, electric violet · warm · closest name: magenta
RGB
179, 49, 249
HSL
279°, 94%, 58%
CMYK
28, 80, 0, 2
Luminance
0.1862
Every format
| HEX | #b331f9 |
| RGB | rgb(179, 49, 249) |
| HSL | hsl(279, 94%, 58%) |
| CMYK | cmyk(28%, 80%, 0%, 2%) |
| LAB | lab(50.2 78.8 -74.4) |
| LCH | lch(50.2 108.4 316.7) |
| OKLCH | oklch(0.607 0.274 309.7) |
Copy-ready code
/* CSS */
color: #b331f9;
background-color: #b331f9;
/* Tailwind (arbitrary) */
class="text-[#b331f9] bg-[#b331f9]"
/* SCSS */
$brand: #b331f9;
/* SwiftUI */
Color(red: 0.702, green: 0.192, blue: 0.976)
/* Android */
Color.parseColor("#b331f9")Accessibility — WCAG contrast
Aa
#b331f9 on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b331f9 on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green19.2%
Blue97.6%
CMYK percentages
Cyan28.1%
Magenta80.3%
Yellow0.0%
Key (black)2.4%
Color previews
#b331f9 text on a black background
contrast 4.72:1
Card sample
#b331f9 text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b331f9;
Background color
Panel with #b331f9 background
background-color: #b331f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b331f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 49, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 49, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b331f9; background: linear-gradient(135deg, #b331f9, #F931BA);