#b331f4
a balanced, electric violet · warm · closest name: magenta
RGB
179, 49, 244
HSL
280°, 90%, 58%
CMYK
27, 80, 0, 4
Luminance
0.1831
Every format
| HEX | #b331f4 |
| RGB | rgb(179, 49, 244) |
| HSL | hsl(280, 90%, 58%) |
| CMYK | cmyk(27%, 80%, 0%, 4%) |
| LAB | lab(49.9 77.9 -72.2) |
| LCH | lch(49.9 106.2 317.2) |
| OKLCH | oklch(0.603 0.270 310.7) |
Copy-ready code
/* CSS */
color: #b331f4;
background-color: #b331f4;
/* Tailwind (arbitrary) */
class="text-[#b331f4] bg-[#b331f4]"
/* SCSS */
$brand: #b331f4;
/* SwiftUI */
Color(red: 0.702, green: 0.192, blue: 0.957)
/* Android */
Color.parseColor("#b331f4")Accessibility — WCAG contrast
Aa
#b331f4 on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b331f4 on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green19.2%
Blue95.7%
CMYK percentages
Cyan26.6%
Magenta79.9%
Yellow0.0%
Key (black)4.3%
Color previews
#b331f4 text on a black background
contrast 4.66:1
Card sample
#b331f4 text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b331f4;
Background color
Panel with #b331f4 background
background-color: #b331f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b331f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 49, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 49, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b331f4; background: linear-gradient(135deg, #b331f4, #F431B3);