#b84dff
a light, electric violet · warm · closest name: magenta
RGB
184, 77, 255
HSL
276°, 100%, 65%
CMYK
28, 70, 0, 0
Luminance
0.2272
Every format
| HEX | #b84dff |
| RGB | rgb(184, 77, 255) |
| HSL | hsl(276, 100%, 65%) |
| CMYK | cmyk(28%, 70%, 0%, 0%) |
| LAB | lab(54.8 71.1 -70.3) |
| LCH | lch(54.8 100.0 315.3) |
| OKLCH | oklch(0.642 0.254 308.3) |
Copy-ready code
/* CSS */
color: #b84dff;
background-color: #b84dff;
/* Tailwind (arbitrary) */
class="text-[#b84dff] bg-[#b84dff]"
/* SCSS */
$brand: #b84dff;
/* SwiftUI */
Color(red: 0.722, green: 0.302, blue: 1.000)
/* Android */
Color.parseColor("#b84dff")Accessibility — WCAG contrast
Aa
#b84dff on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b84dff on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green30.2%
Blue100.0%
CMYK percentages
Cyan27.8%
Magenta69.8%
Yellow0.0%
Key (black)0.0%
Color previews
#b84dff text on a black background
contrast 5.54:1
Card sample
#b84dff text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b84dff;
Background color
Panel with #b84dff background
background-color: #b84dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b84dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 77, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 77, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b84dff; background: linear-gradient(135deg, #b84dff, #FF4DCF);