#b84dfd
a balanced, electric violet · warm · closest name: magenta
RGB
184, 77, 253
HSL
277°, 98%, 65%
CMYK
27, 70, 0, 1
Luminance
0.2259
Every format
| HEX | #b84dfd |
| RGB | rgb(184, 77, 253) |
| HSL | hsl(277, 98%, 65%) |
| CMYK | cmyk(27%, 70%, 0%, 1%) |
| LAB | lab(54.6 70.6 -69.4) |
| LCH | lch(54.6 99.0 315.5) |
| OKLCH | oklch(0.640 0.252 308.7) |
Copy-ready code
/* CSS */
color: #b84dfd;
background-color: #b84dfd;
/* Tailwind (arbitrary) */
class="text-[#b84dfd] bg-[#b84dfd]"
/* SCSS */
$brand: #b84dfd;
/* SwiftUI */
Color(red: 0.722, green: 0.302, blue: 0.992)
/* Android */
Color.parseColor("#b84dfd")Accessibility — WCAG contrast
Aa
#b84dfd on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b84dfd on black: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green30.2%
Blue99.2%
CMYK percentages
Cyan27.3%
Magenta69.6%
Yellow0.0%
Key (black)0.8%
Color previews
#b84dfd text on a black background
contrast 5.52:1
Card sample
#b84dfd text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b84dfd;
Background color
Panel with #b84dfd background
background-color: #b84dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b84dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 77, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 77, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b84dfd; background: linear-gradient(135deg, #b84dfd, #FD4DCD);