#b321f5
a balanced, electric violet · warm · closest name: magenta
RGB
179, 33, 245
HSL
281°, 91%, 55%
CMYK
27, 87, 0, 4
Luminance
0.1726
Every format
| HEX | #b321f5 |
| RGB | rgb(179, 33, 245) |
| HSL | hsl(281, 91%, 55%) |
| CMYK | cmyk(27%, 87%, 0%, 4%) |
| LAB | lab(48.6 82.0 -74.8) |
| LCH | lch(48.6 111.0 317.6) |
| OKLCH | oklch(0.595 0.282 311.1) |
Copy-ready code
/* CSS */
color: #b321f5;
background-color: #b321f5;
/* Tailwind (arbitrary) */
class="text-[#b321f5] bg-[#b321f5]"
/* SCSS */
$brand: #b321f5;
/* SwiftUI */
Color(red: 0.702, green: 0.129, blue: 0.961)
/* Android */
Color.parseColor("#b321f5")Accessibility — WCAG contrast
Aa
#b321f5 on white: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b321f5 on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green12.9%
Blue96.1%
CMYK percentages
Cyan26.9%
Magenta86.5%
Yellow0.0%
Key (black)3.9%
Color previews
#b321f5 text on a black background
contrast 4.45:1
Card sample
#b321f5 text on a white background
contrast 4.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b321f5;
Background color
Panel with #b321f5 background
background-color: #b321f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b321f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 33, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 33, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b321f5; background: linear-gradient(135deg, #b321f5, #F521AA);