#b609af
a dark, electric magenta / pink · warm · closest name: purple
RGB
182, 9, 175
HSL
302°, 91%, 38%
CMYK
0, 95, 4, 29
Luminance
0.1324
Every format
| HEX | #b609af |
| RGB | rgb(182, 9, 175) |
| HSL | hsl(302, 91%, 38%) |
| CMYK | cmyk(0%, 95%, 4%, 29%) |
| LAB | lab(43.1 74.4 -43.3) |
| LCH | lch(43.1 86.0 329.8) |
| OKLCH | oklch(0.542 0.243 330.4) |
Copy-ready code
/* CSS */
color: #b609af;
background-color: #b609af;
/* Tailwind (arbitrary) */
class="text-[#b609af] bg-[#b609af]"
/* SCSS */
$brand: #b609af;
/* SwiftUI */
Color(red: 0.714, green: 0.035, blue: 0.686)
/* Android */
Color.parseColor("#b609af")Accessibility — WCAG contrast
Aa
#b609af on white: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b609af on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green3.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta95.1%
Yellow3.8%
Key (black)28.6%
Color previews
#b609af text on a black background
contrast 3.65:1
Card sample
#b609af text on a white background
contrast 5.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b609af;
Background color
Panel with #b609af background
background-color: #b609af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b609af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 9, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 9, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b609af; background: linear-gradient(135deg, #b609af, #B6093C);