#b918be
a dark, electric magenta / pink · warm · closest name: purple
RGB
185, 24, 190
HSL
298°, 78%, 42%
CMYK
3, 87, 0, 26
Luminance
0.1469
Every format
| HEX | #b918be |
| RGB | rgb(185, 24, 190) |
| HSL | hsl(298, 78%, 42%) |
| CMYK | cmyk(3%, 87%, 0%, 26%) |
| LAB | lab(45.2 75.2 -48.8) |
| LCH | lch(45.2 89.6 327.0) |
| OKLCH | oklch(0.561 0.248 326.8) |
Copy-ready code
/* CSS */
color: #b918be;
background-color: #b918be;
/* Tailwind (arbitrary) */
class="text-[#b918be] bg-[#b918be]"
/* SCSS */
$brand: #b918be;
/* SwiftUI */
Color(red: 0.725, green: 0.094, blue: 0.745)
/* Android */
Color.parseColor("#b918be")Accessibility — WCAG contrast
Aa
#b918be on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b918be on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green9.4%
Blue74.5%
CMYK percentages
Cyan2.6%
Magenta87.4%
Yellow0.0%
Key (black)25.5%
Color previews
#b918be text on a black background
contrast 3.94:1
Card sample
#b918be text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b918be;
Background color
Panel with #b918be background
background-color: #b918be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b918be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 24, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 24, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b918be; background: linear-gradient(135deg, #b918be, #BE1854);