#be0eb7
a dark, electric magenta / pink · warm · closest name: purple
RGB
190, 14, 183
HSL
302°, 86%, 40%
CMYK
0, 93, 4, 26
Luminance
0.1468
Every format
| HEX | #be0eb7 |
| RGB | rgb(190, 14, 183) |
| HSL | hsl(302, 86%, 40%) |
| CMYK | cmyk(0%, 93%, 4%, 26%) |
| LAB | lab(45.2 76.4 -44.6) |
| LCH | lch(45.2 88.5 329.7) |
| OKLCH | oklch(0.561 0.250 330.3) |
Copy-ready code
/* CSS */
color: #be0eb7;
background-color: #be0eb7;
/* Tailwind (arbitrary) */
class="text-[#be0eb7] bg-[#be0eb7]"
/* SCSS */
$brand: #be0eb7;
/* SwiftUI */
Color(red: 0.745, green: 0.055, blue: 0.718)
/* Android */
Color.parseColor("#be0eb7")Accessibility — WCAG contrast
Aa
#be0eb7 on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#be0eb7 on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green5.5%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta92.6%
Yellow3.7%
Key (black)25.5%
Color previews
#be0eb7 text on a black background
contrast 3.94:1
Card sample
#be0eb7 text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be0eb7;
Background color
Panel with #be0eb7 background
background-color: #be0eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be0eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 14, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 14, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be0eb7; background: linear-gradient(135deg, #be0eb7, #BE0E42);