#b331f0
a balanced, electric violet · warm · closest name: magenta
RGB
179, 49, 240
HSL
281°, 86%, 57%
CMYK
25, 80, 0, 6
Luminance
0.1807
Every format
| HEX | #b331f0 |
| RGB | rgb(179, 49, 240) |
| HSL | hsl(281, 86%, 57%) |
| CMYK | cmyk(25%, 80%, 0%, 6%) |
| LAB | lab(49.6 77.1 -70.4) |
| LCH | lch(49.6 104.4 317.6) |
| OKLCH | oklch(0.600 0.267 311.6) |
Copy-ready code
/* CSS */
color: #b331f0;
background-color: #b331f0;
/* Tailwind (arbitrary) */
class="text-[#b331f0] bg-[#b331f0]"
/* SCSS */
$brand: #b331f0;
/* SwiftUI */
Color(red: 0.702, green: 0.192, blue: 0.941)
/* Android */
Color.parseColor("#b331f0")Accessibility — WCAG contrast
Aa
#b331f0 on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b331f0 on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green19.2%
Blue94.1%
CMYK percentages
Cyan25.4%
Magenta79.6%
Yellow0.0%
Key (black)5.9%
Color previews
#b331f0 text on a black background
contrast 4.61:1
Card sample
#b331f0 text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b331f0;
Background color
Panel with #b331f0 background
background-color: #b331f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b331f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 49, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 49, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b331f0; background: linear-gradient(135deg, #b331f0, #F031AE);