#eb4ef1
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 78, 241
HSL
298°, 85%, 63%
CMYK
3, 68, 0, 6
Luminance
0.2946
Every format
| HEX | #eb4ef1 |
| RGB | rgb(235, 78, 241) |
| HSL | hsl(298, 85%, 63%) |
| CMYK | cmyk(3%, 68%, 0%, 6%) |
| LAB | lab(61.2 78.5 -51.9) |
| LCH | lch(61.2 94.1 326.5) |
| OKLCH | oklch(0.699 0.260 326.4) |
Copy-ready code
/* CSS */
color: #eb4ef1;
background-color: #eb4ef1;
/* Tailwind (arbitrary) */
class="text-[#eb4ef1] bg-[#eb4ef1]"
/* SCSS */
$brand: #eb4ef1;
/* SwiftUI */
Color(red: 0.922, green: 0.306, blue: 0.945)
/* Android */
Color.parseColor("#eb4ef1")Accessibility — WCAG contrast
Aa
#eb4ef1 on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4ef1 on black: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green30.6%
Blue94.5%
CMYK percentages
Cyan2.5%
Magenta67.6%
Yellow0.0%
Key (black)5.5%
Color previews
#eb4ef1 text on a black background
contrast 6.89:1
Card sample
#eb4ef1 text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4ef1;
Background color
Panel with #eb4ef1 background
background-color: #eb4ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 78, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 78, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4ef1; background: linear-gradient(135deg, #eb4ef1, #F14E8A);