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