#b82eb0
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
184, 46, 176
HSL
304°, 60%, 45%
CMYK
0, 75, 4, 28
Luminance
0.1528
Every format
| HEX | #b82eb0 |
| RGB | rgb(184, 46, 176) |
| HSL | hsl(304, 60%, 45%) |
| CMYK | cmyk(0%, 75%, 4%, 28%) |
| LAB | lab(46.0 67.7 -39.3) |
| LCH | lch(46.0 78.2 329.9) |
| OKLCH | oklch(0.564 0.221 330.6) |
Copy-ready code
/* CSS */
color: #b82eb0;
background-color: #b82eb0;
/* Tailwind (arbitrary) */
class="text-[#b82eb0] bg-[#b82eb0]"
/* SCSS */
$brand: #b82eb0;
/* SwiftUI */
Color(red: 0.722, green: 0.180, blue: 0.690)
/* Android */
Color.parseColor("#b82eb0")Accessibility — WCAG contrast
Aa
#b82eb0 on white: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b82eb0 on black: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green18.0%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow4.3%
Key (black)27.8%
Color previews
#b82eb0 text on a black background
contrast 4.06:1
Card sample
#b82eb0 text on a white background
contrast 5.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b82eb0;
Background color
Panel with #b82eb0 background
background-color: #b82eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b82eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 46, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 46, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b82eb0; background: linear-gradient(135deg, #b82eb0, #B82E54);