#eb0eed
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 14, 237
HSL
300°, 89%, 49%
CMYK
1, 94, 0, 7
Luminance
0.2409
Every format
| HEX | #eb0eed |
| RGB | rgb(235, 14, 237) |
| HSL | hsl(300, 89%, 49%) |
| CMYK | cmyk(1%, 94%, 0%, 7%) |
| LAB | lab(56.2 91.7 -57.6) |
| LCH | lch(56.2 108.3 327.9) |
| OKLCH | oklch(0.663 0.301 327.9) |
Copy-ready code
/* CSS */
color: #eb0eed;
background-color: #eb0eed;
/* Tailwind (arbitrary) */
class="text-[#eb0eed] bg-[#eb0eed]"
/* SCSS */
$brand: #eb0eed;
/* SwiftUI */
Color(red: 0.922, green: 0.055, blue: 0.929)
/* Android */
Color.parseColor("#eb0eed")Accessibility — WCAG contrast
Aa
#eb0eed on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb0eed on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green5.5%
Blue92.9%
CMYK percentages
Cyan0.8%
Magenta94.1%
Yellow0.0%
Key (black)7.1%
Color previews
#eb0eed text on a black background
contrast 5.82:1
Card sample
#eb0eed text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb0eed;
Background color
Panel with #eb0eed background
background-color: #eb0eed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb0eed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 14, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 14, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb0eed; background: linear-gradient(135deg, #eb0eed, #ED0E5A);