#eb1cf4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 28, 244
HSL
298°, 91%, 53%
CMYK
4, 89, 0, 4
Luminance
0.2502
Every format
| HEX | #eb1cf4 |
| RGB | rgb(235, 28, 244) |
| HSL | hsl(298, 91%, 53%) |
| CMYK | cmyk(4%, 89%, 0%, 4%) |
| LAB | lab(57.1 91.2 -60.1) |
| LCH | lch(57.1 109.2 326.6) |
| OKLCH | oklch(0.671 0.301 326.2) |
Copy-ready code
/* CSS */
color: #eb1cf4;
background-color: #eb1cf4;
/* Tailwind (arbitrary) */
class="text-[#eb1cf4] bg-[#eb1cf4]"
/* SCSS */
$brand: #eb1cf4;
/* SwiftUI */
Color(red: 0.922, green: 0.110, blue: 0.957)
/* Android */
Color.parseColor("#eb1cf4")Accessibility — WCAG contrast
Aa
#eb1cf4 on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb1cf4 on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green11.0%
Blue95.7%
CMYK percentages
Cyan3.7%
Magenta88.5%
Yellow0.0%
Key (black)4.3%
Color previews
#eb1cf4 text on a black background
contrast 6.00:1
Card sample
#eb1cf4 text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1cf4;
Background color
Panel with #eb1cf4 background
background-color: #eb1cf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1cf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 28, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 28, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1cf4; background: linear-gradient(135deg, #eb1cf4, #F41C6D);