#eb4cf5
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 76, 245
HSL
296°, 89%, 63%
CMYK
4, 69, 0, 4
Luminance
0.2942
Every format
| HEX | #eb4cf5 |
| RGB | rgb(235, 76, 245) |
| HSL | hsl(296, 89%, 63%) |
| CMYK | cmyk(4%, 69%, 0%, 4%) |
| LAB | lab(61.2 79.8 -54.1) |
| LCH | lch(61.2 96.4 325.8) |
| OKLCH | oklch(0.700 0.265 325.4) |
Copy-ready code
/* CSS */
color: #eb4cf5;
background-color: #eb4cf5;
/* Tailwind (arbitrary) */
class="text-[#eb4cf5] bg-[#eb4cf5]"
/* SCSS */
$brand: #eb4cf5;
/* SwiftUI */
Color(red: 0.922, green: 0.298, blue: 0.961)
/* Android */
Color.parseColor("#eb4cf5")Accessibility — WCAG contrast
Aa
#eb4cf5 on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4cf5 on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green29.8%
Blue96.1%
CMYK percentages
Cyan4.1%
Magenta69.0%
Yellow0.0%
Key (black)3.9%
Color previews
#eb4cf5 text on a black background
contrast 6.88:1
Card sample
#eb4cf5 text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4cf5;
Background color
Panel with #eb4cf5 background
background-color: #eb4cf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4cf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 76, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 76, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4cf5; background: linear-gradient(135deg, #eb4cf5, #F54C8E);