#eb4cea
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 76, 234
HSL
300°, 80%, 61%
CMYK
0, 68, 0, 8
Luminance
0.2877
Every format
| HEX | #eb4cea |
| RGB | rgb(235, 76, 234) |
| HSL | hsl(300, 80%, 61%) |
| CMYK | cmyk(0%, 68%, 0%, 8%) |
| LAB | lab(60.6 78.0 -48.9) |
| LCH | lch(60.6 92.1 327.9) |
| OKLCH | oklch(0.694 0.257 328.2) |
Copy-ready code
/* CSS */
color: #eb4cea;
background-color: #eb4cea;
/* Tailwind (arbitrary) */
class="text-[#eb4cea] bg-[#eb4cea]"
/* SCSS */
$brand: #eb4cea;
/* SwiftUI */
Color(red: 0.922, green: 0.298, blue: 0.918)
/* Android */
Color.parseColor("#eb4cea")Accessibility — WCAG contrast
Aa
#eb4cea on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4cea on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green29.8%
Blue91.8%
CMYK percentages
Cyan0.0%
Magenta67.7%
Yellow0.4%
Key (black)7.8%
Color previews
#eb4cea text on a black background
contrast 6.75:1
Card sample
#eb4cea text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4cea;
Background color
Panel with #eb4cea background
background-color: #eb4cea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4cea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 76, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 76, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4cea; background: linear-gradient(135deg, #eb4cea, #EB4C80);