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