#b014af
a dark, electric magenta / pink · warm · closest name: purple
RGB
176, 20, 175
HSL
300°, 80%, 38%
CMYK
0, 89, 1, 31
Luminance
0.1283
Every format
| HEX | #b014af |
| RGB | rgb(176, 20, 175) |
| HSL | hsl(300, 80%, 38%) |
| CMYK | cmyk(0%, 89%, 1%, 31%) |
| LAB | lab(42.5 72.0 -44.3) |
| LCH | lch(42.5 84.5 328.4) |
| OKLCH | oklch(0.536 0.236 328.6) |
Copy-ready code
/* CSS */
color: #b014af;
background-color: #b014af;
/* Tailwind (arbitrary) */
class="text-[#b014af] bg-[#b014af]"
/* SCSS */
$brand: #b014af;
/* SwiftUI */
Color(red: 0.690, green: 0.078, blue: 0.686)
/* Android */
Color.parseColor("#b014af")Accessibility — WCAG contrast
Aa
#b014af on white: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b014af on black: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green7.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta88.6%
Yellow0.6%
Key (black)31.0%
Color previews
#b014af text on a black background
contrast 3.57:1
Card sample
#b014af text on a white background
contrast 5.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b014af;
Background color
Panel with #b014af background
background-color: #b014af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b014af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 20, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 20, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b014af; background: linear-gradient(135deg, #b014af, #B01447);