#b804eb
a balanced, electric violet · warm · closest name: magenta
RGB
184, 4, 235
HSL
287°, 97%, 47%
CMYK
22, 98, 0, 8
Luminance
0.1628
Every format
| HEX | #b804eb |
| RGB | rgb(184, 4, 235) |
| HSL | hsl(287, 97%, 47%) |
| CMYK | cmyk(22%, 98%, 0%, 8%) |
| LAB | lab(47.3 84.7 -71.2) |
| LCH | lch(47.3 110.7 320.0) |
| OKLCH | oklch(0.585 0.286 315.3) |
Copy-ready code
/* CSS */
color: #b804eb;
background-color: #b804eb;
/* Tailwind (arbitrary) */
class="text-[#b804eb] bg-[#b804eb]"
/* SCSS */
$brand: #b804eb;
/* SwiftUI */
Color(red: 0.722, green: 0.016, blue: 0.922)
/* Android */
Color.parseColor("#b804eb")Accessibility — WCAG contrast
Aa
#b804eb on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b804eb on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green1.6%
Blue92.2%
CMYK percentages
Cyan21.7%
Magenta98.3%
Yellow0.0%
Key (black)7.8%
Color previews
#b804eb text on a black background
contrast 4.26:1
Card sample
#b804eb text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b804eb;
Background color
Panel with #b804eb background
background-color: #b804eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b804eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 4, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 4, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b804eb; background: linear-gradient(135deg, #b804eb, #EB0484);