#b84afd
a balanced, electric violet · warm · closest name: magenta
RGB
184, 74, 253
HSL
277°, 98%, 64%
CMYK
27, 71, 0, 1
Luminance
0.2218
Every format
| HEX | #b84afd |
| RGB | rgb(184, 74, 253) |
| HSL | hsl(277, 98%, 64%) |
| CMYK | cmyk(27%, 71%, 0%, 1%) |
| LAB | lab(54.2 71.8 -70.1) |
| LCH | lch(54.2 100.4 315.7) |
| OKLCH | oklch(0.637 0.255 308.9) |
Copy-ready code
/* CSS */
color: #b84afd;
background-color: #b84afd;
/* Tailwind (arbitrary) */
class="text-[#b84afd] bg-[#b84afd]"
/* SCSS */
$brand: #b84afd;
/* SwiftUI */
Color(red: 0.722, green: 0.290, blue: 0.992)
/* Android */
Color.parseColor("#b84afd")Accessibility — WCAG contrast
Aa
#b84afd on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b84afd on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green29.0%
Blue99.2%
CMYK percentages
Cyan27.3%
Magenta70.8%
Yellow0.0%
Key (black)0.8%
Color previews
#b84afd text on a black background
contrast 5.44:1
Card sample
#b84afd text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b84afd;
Background color
Panel with #b84afd background
background-color: #b84afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b84afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 74, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 74, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b84afd; background: linear-gradient(135deg, #b84afd, #FD4ACB);