#b331ff
a balanced, electric violet · warm · closest name: magenta
RGB
179, 49, 255
HSL
278°, 100%, 60%
CMYK
30, 81, 0, 0
Luminance
0.1900
Every format
| HEX | #b331ff |
| RGB | rgb(179, 49, 255) |
| HSL | hsl(278, 100%, 60%) |
| CMYK | cmyk(30%, 81%, 0%, 0%) |
| LAB | lab(50.7 80.0 -77.0) |
| LCH | lch(50.7 111.0 316.1) |
| OKLCH | oklch(0.612 0.279 308.4) |
Copy-ready code
/* CSS */
color: #b331ff;
background-color: #b331ff;
/* Tailwind (arbitrary) */
class="text-[#b331ff] bg-[#b331ff]"
/* SCSS */
$brand: #b331ff;
/* SwiftUI */
Color(red: 0.702, green: 0.192, blue: 1.000)
/* Android */
Color.parseColor("#b331ff")Accessibility — WCAG contrast
Aa
#b331ff on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b331ff on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green19.2%
Blue100.0%
CMYK percentages
Cyan29.8%
Magenta80.8%
Yellow0.0%
Key (black)0.0%
Color previews
#b331ff text on a black background
contrast 4.80:1
Card sample
#b331ff text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b331ff;
Background color
Panel with #b331ff background
background-color: #b331ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b331ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 49, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 49, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b331ff; background: linear-gradient(135deg, #b331ff, #FF31C2);