#b82dfb
a balanced, electric violet · warm · closest name: magenta
RGB
184, 45, 251
HSL
281°, 96%, 58%
CMYK
27, 82, 0, 2
Luminance
0.1903
Every format
| HEX | #b82dfb |
| RGB | rgb(184, 45, 251) |
| HSL | hsl(281, 96%, 58%) |
| CMYK | cmyk(27%, 82%, 0%, 2%) |
| LAB | lab(50.7 81.1 -74.7) |
| LCH | lch(50.7 110.2 317.4) |
| OKLCH | oklch(0.612 0.280 310.9) |
Copy-ready code
/* CSS */
color: #b82dfb;
background-color: #b82dfb;
/* Tailwind (arbitrary) */
class="text-[#b82dfb] bg-[#b82dfb]"
/* SCSS */
$brand: #b82dfb;
/* SwiftUI */
Color(red: 0.722, green: 0.176, blue: 0.984)
/* Android */
Color.parseColor("#b82dfb")Accessibility — WCAG contrast
Aa
#b82dfb on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b82dfb on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green17.6%
Blue98.4%
CMYK percentages
Cyan26.7%
Magenta82.1%
Yellow0.0%
Key (black)1.6%
Color previews
#b82dfb text on a black background
contrast 4.81:1
Card sample
#b82dfb text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b82dfb;
Background color
Panel with #b82dfb background
background-color: #b82dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b82dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 45, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 45, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b82dfb; background: linear-gradient(135deg, #b82dfb, #FB2DB5);