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