#b321f0
a balanced, electric violet · warm · closest name: magenta
RGB
179, 33, 240
HSL
282°, 87%, 54%
CMYK
25, 86, 0, 6
Luminance
0.1696
Every format
| HEX | #b321f0 |
| RGB | rgb(179, 33, 240) |
| HSL | hsl(282, 87%, 54%) |
| CMYK | cmyk(25%, 86%, 0%, 6%) |
| LAB | lab(48.2 81.1 -72.6) |
| LCH | lch(48.2 108.9 318.2) |
| OKLCH | oklch(0.591 0.278 312.2) |
Copy-ready code
/* CSS */
color: #b321f0;
background-color: #b321f0;
/* Tailwind (arbitrary) */
class="text-[#b321f0] bg-[#b321f0]"
/* SCSS */
$brand: #b321f0;
/* SwiftUI */
Color(red: 0.702, green: 0.129, blue: 0.941)
/* Android */
Color.parseColor("#b321f0")Accessibility — WCAG contrast
Aa
#b321f0 on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b321f0 on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green12.9%
Blue94.1%
CMYK percentages
Cyan25.4%
Magenta86.3%
Yellow0.0%
Key (black)5.9%
Color previews
#b321f0 text on a black background
contrast 4.39:1
Card sample
#b321f0 text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b321f0;
Background color
Panel with #b321f0 background
background-color: #b321f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b321f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 33, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 33, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b321f0; background: linear-gradient(135deg, #b321f0, #F021A3);