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