#b814a3
a dark, electric magenta / pink · warm · closest name: purple
RGB
184, 20, 163
HSL
308°, 80%, 40%
CMYK
0, 89, 11, 28
Luminance
0.1334
Every format
| HEX | #b814a3 |
| RGB | rgb(184, 20, 163) |
| HSL | hsl(308, 80%, 40%) |
| CMYK | cmyk(0%, 89%, 11%, 28%) |
| LAB | lab(43.3 71.7 -35.9) |
| LCH | lch(43.3 80.2 333.4) |
| OKLCH | oklch(0.542 0.232 334.9) |
Copy-ready code
/* CSS */
color: #b814a3;
background-color: #b814a3;
/* Tailwind (arbitrary) */
class="text-[#b814a3] bg-[#b814a3]"
/* SCSS */
$brand: #b814a3;
/* SwiftUI */
Color(red: 0.722, green: 0.078, blue: 0.639)
/* Android */
Color.parseColor("#b814a3")Accessibility — WCAG contrast
Aa
#b814a3 on white: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b814a3 on black: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green7.8%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow11.4%
Key (black)27.8%
Color previews
#b814a3 text on a black background
contrast 3.67:1
Card sample
#b814a3 text on a white background
contrast 5.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b814a3;
Background color
Panel with #b814a3 background
background-color: #b814a3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b814a3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 20, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 20, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b814a3; background: linear-gradient(135deg, #b814a3, #B81436);