#eb4ee4
a balanced, electric magenta / pink · warm · closest name: violet
RGB
235, 78, 228
HSL
303°, 80%, 61%
CMYK
0, 67, 3, 8
Luminance
0.2871
Every format
| HEX | #eb4ee4 |
| RGB | rgb(235, 78, 228) |
| HSL | hsl(303, 80%, 61%) |
| CMYK | cmyk(0%, 67%, 3%, 8%) |
| LAB | lab(60.5 76.4 -45.6) |
| LCH | lch(60.5 89.0 329.1) |
| OKLCH | oklch(0.692 0.250 329.8) |
Copy-ready code
/* CSS */
color: #eb4ee4;
background-color: #eb4ee4;
/* Tailwind (arbitrary) */
class="text-[#eb4ee4] bg-[#eb4ee4]"
/* SCSS */
$brand: #eb4ee4;
/* SwiftUI */
Color(red: 0.922, green: 0.306, blue: 0.894)
/* Android */
Color.parseColor("#eb4ee4")Accessibility — WCAG contrast
Aa
#eb4ee4 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4ee4 on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green30.6%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta66.8%
Yellow3.0%
Key (black)7.8%
Color previews
#eb4ee4 text on a black background
contrast 6.74:1
Card sample
#eb4ee4 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4ee4;
Background color
Panel with #eb4ee4 background
background-color: #eb4ee4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4ee4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 78, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 78, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4ee4; background: linear-gradient(135deg, #eb4ee4, #EB4E7B);