#eb3bef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 59, 239
HSL
299°, 85%, 58%
CMYK
2, 75, 0, 6
Luminance
0.2702
Every format
| HEX | #eb3bef |
| RGB | rgb(235, 59, 239) |
| HSL | hsl(299, 85%, 58%) |
| CMYK | cmyk(2%, 75%, 0%, 6%) |
| LAB | lab(59.0 84.1 -54.2) |
| LCH | lch(59.0 100.1 327.2) |
| OKLCH | oklch(0.683 0.277 327.1) |
Copy-ready code
/* CSS */
color: #eb3bef;
background-color: #eb3bef;
/* Tailwind (arbitrary) */
class="text-[#eb3bef] bg-[#eb3bef]"
/* SCSS */
$brand: #eb3bef;
/* SwiftUI */
Color(red: 0.922, green: 0.231, blue: 0.937)
/* Android */
Color.parseColor("#eb3bef")Accessibility — WCAG contrast
Aa
#eb3bef on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3bef on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green23.1%
Blue93.7%
CMYK percentages
Cyan1.7%
Magenta75.3%
Yellow0.0%
Key (black)6.3%
Color previews
#eb3bef text on a black background
contrast 6.40:1
Card sample
#eb3bef text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3bef;
Background color
Panel with #eb3bef background
background-color: #eb3bef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3bef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 59, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 59, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3bef; background: linear-gradient(135deg, #eb3bef, #EF3B7B);