#b809af
a dark, electric magenta / pink · warm · closest name: purple
RGB
184, 9, 175
HSL
303°, 91%, 38%
CMYK
0, 95, 5, 28
Luminance
0.1348
Every format
| HEX | #b809af |
| RGB | rgb(184, 9, 175) |
| HSL | hsl(303, 91%, 38%) |
| CMYK | cmyk(0%, 95%, 5%, 28%) |
| LAB | lab(43.5 74.7 -42.7) |
| LCH | lch(43.5 86.0 330.3) |
| OKLCH | oklch(0.546 0.244 331.0) |
Copy-ready code
/* CSS */
color: #b809af;
background-color: #b809af;
/* Tailwind (arbitrary) */
class="text-[#b809af] bg-[#b809af]"
/* SCSS */
$brand: #b809af;
/* SwiftUI */
Color(red: 0.722, green: 0.035, blue: 0.686)
/* Android */
Color.parseColor("#b809af")Accessibility — WCAG contrast
Aa
#b809af on white: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b809af on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green3.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta95.1%
Yellow4.9%
Key (black)27.8%
Color previews
#b809af text on a black background
contrast 3.70:1
Card sample
#b809af text on a white background
contrast 5.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b809af;
Background color
Panel with #b809af background
background-color: #b809af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b809af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 9, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 9, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b809af; background: linear-gradient(135deg, #b809af, #B8093A);