#eb4fee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 79, 238
HSL
299°, 82%, 62%
CMYK
1, 67, 0, 7
Luminance
0.2943
Every format
| HEX | #eb4fee |
| RGB | rgb(235, 79, 238) |
| HSL | hsl(299, 82%, 62%) |
| CMYK | cmyk(1%, 67%, 0%, 7%) |
| LAB | lab(61.2 77.6 -50.2) |
| LCH | lch(61.2 92.5 327.1) |
| OKLCH | oklch(0.699 0.256 327.1) |
Copy-ready code
/* CSS */
color: #eb4fee;
background-color: #eb4fee;
/* Tailwind (arbitrary) */
class="text-[#eb4fee] bg-[#eb4fee]"
/* SCSS */
$brand: #eb4fee;
/* SwiftUI */
Color(red: 0.922, green: 0.310, blue: 0.933)
/* Android */
Color.parseColor("#eb4fee")Accessibility — WCAG contrast
Aa
#eb4fee on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4fee on black: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green31.0%
Blue93.3%
CMYK percentages
Cyan1.3%
Magenta66.8%
Yellow0.0%
Key (black)6.7%
Color previews
#eb4fee text on a black background
contrast 6.89:1
Card sample
#eb4fee text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4fee;
Background color
Panel with #eb4fee background
background-color: #eb4fee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4fee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 79, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 79, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4fee; background: linear-gradient(135deg, #eb4fee, #EE4F87);