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