#b321fc
a balanced, electric violet · warm · closest name: magenta
RGB
179, 33, 252
HSL
280°, 97%, 56%
CMYK
29, 87, 0, 1
Luminance
0.1770
Every format
| HEX | #b321fc |
| RGB | rgb(179, 33, 252) |
| HSL | hsl(280, 97%, 56%) |
| CMYK | cmyk(29%, 87%, 0%, 1%) |
| LAB | lab(49.1 83.4 -77.8) |
| LCH | lch(49.1 114.1 317.0) |
| OKLCH | oklch(0.600 0.287 309.6) |
Copy-ready code
/* CSS */
color: #b321fc;
background-color: #b321fc;
/* Tailwind (arbitrary) */
class="text-[#b321fc] bg-[#b321fc]"
/* SCSS */
$brand: #b321fc;
/* SwiftUI */
Color(red: 0.702, green: 0.129, blue: 0.988)
/* Android */
Color.parseColor("#b321fc")Accessibility — WCAG contrast
Aa
#b321fc on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b321fc on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green12.9%
Blue98.8%
CMYK percentages
Cyan29.0%
Magenta86.9%
Yellow0.0%
Key (black)1.2%
Color previews
#b321fc text on a black background
contrast 4.54:1
Card sample
#b321fc text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b321fc;
Background color
Panel with #b321fc background
background-color: #b321fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b321fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 33, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 33, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b321fc; background: linear-gradient(135deg, #b321fc, #FC21B3);