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