#b84dfb
a balanced, electric violet · warm · closest name: magenta
RGB
184, 77, 251
HSL
277°, 96%, 64%
CMYK
27, 69, 0, 2
Luminance
0.2246
Every format
| HEX | #b84dfb |
| RGB | rgb(184, 77, 251) |
| HSL | hsl(277, 96%, 64%) |
| CMYK | cmyk(27%, 69%, 0%, 2%) |
| LAB | lab(54.5 70.2 -68.5) |
| LCH | lch(54.5 98.1 315.7) |
| OKLCH | oklch(0.639 0.250 309.1) |
Copy-ready code
/* CSS */
color: #b84dfb;
background-color: #b84dfb;
/* Tailwind (arbitrary) */
class="text-[#b84dfb] bg-[#b84dfb]"
/* SCSS */
$brand: #b84dfb;
/* SwiftUI */
Color(red: 0.722, green: 0.302, blue: 0.984)
/* Android */
Color.parseColor("#b84dfb")Accessibility — WCAG contrast
Aa
#b84dfb on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b84dfb on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green30.2%
Blue98.4%
CMYK percentages
Cyan26.7%
Magenta69.3%
Yellow0.0%
Key (black)1.6%
Color previews
#b84dfb text on a black background
contrast 5.49:1
Card sample
#b84dfb text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b84dfb;
Background color
Panel with #b84dfb background
background-color: #b84dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b84dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 77, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 77, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b84dfb; background: linear-gradient(135deg, #b84dfb, #FB4DCA);