#b216af
a dark, electric magenta / pink · warm · closest name: purple
RGB
178, 22, 175
HSL
301°, 78%, 39%
CMYK
0, 88, 2, 30
Luminance
0.1313
Every format
| HEX | #b216af |
| RGB | rgb(178, 22, 175) |
| HSL | hsl(301, 78%, 39%) |
| CMYK | cmyk(0%, 88%, 2%, 30%) |
| LAB | lab(43.0 72.0 -43.6) |
| LCH | lch(43.0 84.2 328.8) |
| OKLCH | oklch(0.540 0.236 329.2) |
Copy-ready code
/* CSS */
color: #b216af;
background-color: #b216af;
/* Tailwind (arbitrary) */
class="text-[#b216af] bg-[#b216af]"
/* SCSS */
$brand: #b216af;
/* SwiftUI */
Color(red: 0.698, green: 0.086, blue: 0.686)
/* Android */
Color.parseColor("#b216af")Accessibility — WCAG contrast
Aa
#b216af on white: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b216af on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green8.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta87.6%
Yellow1.7%
Key (black)30.2%
Color previews
#b216af text on a black background
contrast 3.63:1
Card sample
#b216af text on a white background
contrast 5.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b216af;
Background color
Panel with #b216af background
background-color: #b216af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b216af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 22, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 22, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b216af; background: linear-gradient(135deg, #b216af, #B21647);