#be0eb4
a dark, electric magenta / pink · warm · closest name: purple
RGB
190, 14, 180
HSL
303°, 86%, 40%
CMYK
0, 93, 5, 26
Luminance
0.1456
Every format
| HEX | #be0eb4 |
| RGB | rgb(190, 14, 180) |
| HSL | hsl(303, 86%, 40%) |
| CMYK | cmyk(0%, 93%, 5%, 26%) |
| LAB | lab(45.0 76.0 -43.1) |
| LCH | lch(45.0 87.4 330.4) |
| OKLCH | oklch(0.559 0.248 331.2) |
Copy-ready code
/* CSS */
color: #be0eb4;
background-color: #be0eb4;
/* Tailwind (arbitrary) */
class="text-[#be0eb4] bg-[#be0eb4]"
/* SCSS */
$brand: #be0eb4;
/* SwiftUI */
Color(red: 0.745, green: 0.055, blue: 0.706)
/* Android */
Color.parseColor("#be0eb4")Accessibility — WCAG contrast
Aa
#be0eb4 on white: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#be0eb4 on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green5.5%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta92.6%
Yellow5.3%
Key (black)25.5%
Color previews
#be0eb4 text on a black background
contrast 3.91:1
Card sample
#be0eb4 text on a white background
contrast 5.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be0eb4;
Background color
Panel with #be0eb4 background
background-color: #be0eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be0eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 14, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 14, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be0eb4; background: linear-gradient(135deg, #be0eb4, #BE0E3F);