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