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