#eb1eef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 30, 239
HSL
299°, 87%, 53%
CMYK
2, 87, 0, 6
Luminance
0.2482
Every format
| HEX | #eb1eef |
| RGB | rgb(235, 30, 239) |
| HSL | hsl(299, 87%, 53%) |
| CMYK | cmyk(2%, 87%, 0%, 6%) |
| LAB | lab(56.9 90.2 -57.6) |
| LCH | lch(56.9 107.0 327.4) |
| OKLCH | oklch(0.668 0.297 327.3) |
Copy-ready code
/* CSS */
color: #eb1eef;
background-color: #eb1eef;
/* Tailwind (arbitrary) */
class="text-[#eb1eef] bg-[#eb1eef]"
/* SCSS */
$brand: #eb1eef;
/* SwiftUI */
Color(red: 0.922, green: 0.118, blue: 0.937)
/* Android */
Color.parseColor("#eb1eef")Accessibility — WCAG contrast
Aa
#eb1eef on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb1eef on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green11.8%
Blue93.7%
CMYK percentages
Cyan1.7%
Magenta87.4%
Yellow0.0%
Key (black)6.3%
Color previews
#eb1eef text on a black background
contrast 5.96:1
Card sample
#eb1eef text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1eef;
Background color
Panel with #eb1eef background
background-color: #eb1eef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1eef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 30, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 30, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1eef; background: linear-gradient(135deg, #eb1eef, #EF1E67);