#b82fb2
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
184, 47, 178
HSL
303°, 59%, 45%
CMYK
0, 75, 3, 28
Luminance
0.1544
Every format
| HEX | #b82fb2 |
| RGB | rgb(184, 47, 178) |
| HSL | hsl(303, 59%, 45%) |
| CMYK | cmyk(0%, 75%, 3%, 28%) |
| LAB | lab(46.2 67.7 -40.1) |
| LCH | lch(46.2 78.7 329.4) |
| OKLCH | oklch(0.566 0.221 330.0) |
Copy-ready code
/* CSS */
color: #b82fb2;
background-color: #b82fb2;
/* Tailwind (arbitrary) */
class="text-[#b82fb2] bg-[#b82fb2]"
/* SCSS */
$brand: #b82fb2;
/* SwiftUI */
Color(red: 0.722, green: 0.184, blue: 0.698)
/* Android */
Color.parseColor("#b82fb2")Accessibility — WCAG contrast
Aa
#b82fb2 on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b82fb2 on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green18.4%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta74.5%
Yellow3.3%
Key (black)27.8%
Color previews
#b82fb2 text on a black background
contrast 4.09:1
Card sample
#b82fb2 text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b82fb2;
Background color
Panel with #b82fb2 background
background-color: #b82fb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b82fb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 47, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 47, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b82fb2; background: linear-gradient(135deg, #b82fb2, #B82F57);