#b331fd
a balanced, electric violet · warm · closest name: magenta
RGB
179, 49, 253
HSL
278°, 98%, 59%
CMYK
29, 81, 0, 1
Luminance
0.1887
Every format
| HEX | #b331fd |
| RGB | rgb(179, 49, 253) |
| HSL | hsl(278, 98%, 59%) |
| CMYK | cmyk(29%, 81%, 0%, 1%) |
| LAB | lab(50.5 79.6 -76.1) |
| LCH | lch(50.5 110.2 316.3) |
| OKLCH | oklch(0.610 0.278 308.8) |
Copy-ready code
/* CSS */
color: #b331fd;
background-color: #b331fd;
/* Tailwind (arbitrary) */
class="text-[#b331fd] bg-[#b331fd]"
/* SCSS */
$brand: #b331fd;
/* SwiftUI */
Color(red: 0.702, green: 0.192, blue: 0.992)
/* Android */
Color.parseColor("#b331fd")Accessibility — WCAG contrast
Aa
#b331fd on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b331fd on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green19.2%
Blue99.2%
CMYK percentages
Cyan29.2%
Magenta80.6%
Yellow0.0%
Key (black)0.8%
Color previews
#b331fd text on a black background
contrast 4.77:1
Card sample
#b331fd text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b331fd;
Background color
Panel with #b331fd background
background-color: #b331fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b331fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 49, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 49, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b331fd; background: linear-gradient(135deg, #b331fd, #FD31BF);