#b832af
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
184, 50, 175
HSL
304°, 57%, 46%
CMYK
0, 73, 5, 28
Luminance
0.1557
Every format
| HEX | #b832af |
| RGB | rgb(184, 50, 175) |
| HSL | hsl(304, 57%, 46%) |
| CMYK | cmyk(0%, 73%, 5%, 28%) |
| LAB | lab(46.4 66.3 -38.0) |
| LCH | lch(46.4 76.4 330.1) |
| OKLCH | oklch(0.567 0.216 330.9) |
Copy-ready code
/* CSS */
color: #b832af;
background-color: #b832af;
/* Tailwind (arbitrary) */
class="text-[#b832af] bg-[#b832af]"
/* SCSS */
$brand: #b832af;
/* SwiftUI */
Color(red: 0.722, green: 0.196, blue: 0.686)
/* Android */
Color.parseColor("#b832af")Accessibility — WCAG contrast
Aa
#b832af on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b832af on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green19.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta72.8%
Yellow4.9%
Key (black)27.8%
Color previews
#b832af text on a black background
contrast 4.11:1
Card sample
#b832af text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b832af;
Background color
Panel with #b832af background
background-color: #b832af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b832af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 50, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 50, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b832af; background: linear-gradient(135deg, #b832af, #B83256);