#b918a2
a dark, electric magenta / pink · warm · closest name: purple
RGB
185, 24, 162
HSL
309°, 77%, 41%
CMYK
0, 87, 12, 28
Luminance
0.1358
Every format
| HEX | #b918a2 |
| RGB | rgb(185, 24, 162) |
| HSL | hsl(309, 77%, 41%) |
| CMYK | cmyk(0%, 87%, 12%, 28%) |
| LAB | lab(43.6 71.1 -34.7) |
| LCH | lch(43.6 79.1 334.0) |
| OKLCH | oklch(0.545 0.229 335.5) |
Copy-ready code
/* CSS */
color: #b918a2;
background-color: #b918a2;
/* Tailwind (arbitrary) */
class="text-[#b918a2] bg-[#b918a2]"
/* SCSS */
$brand: #b918a2;
/* SwiftUI */
Color(red: 0.725, green: 0.094, blue: 0.635)
/* Android */
Color.parseColor("#b918a2")Accessibility — WCAG contrast
Aa
#b918a2 on white: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b918a2 on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green9.4%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta87.0%
Yellow12.4%
Key (black)27.5%
Color previews
#b918a2 text on a black background
contrast 3.72:1
Card sample
#b918a2 text on a white background
contrast 5.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b918a2;
Background color
Panel with #b918a2 background
background-color: #b918a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b918a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 24, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 24, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b918a2; background: linear-gradient(135deg, #b918a2, #B91837);