#ef1fe4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 31, 228
HSL
303°, 87%, 53%
CMYK
0, 87, 5, 6
Luminance
0.2493
Every format
| HEX | #ef1fe4 |
| RGB | rgb(239, 31, 228) |
| HSL | hsl(303, 87%, 53%) |
| CMYK | cmyk(0%, 87%, 5%, 6%) |
| LAB | lab(57.0 89.2 -51.2) |
| LCH | lch(57.0 102.8 330.1) |
| OKLCH | oklch(0.668 0.291 330.9) |
Copy-ready code
/* CSS */
color: #ef1fe4;
background-color: #ef1fe4;
/* Tailwind (arbitrary) */
class="text-[#ef1fe4] bg-[#ef1fe4]"
/* SCSS */
$brand: #ef1fe4;
/* SwiftUI */
Color(red: 0.937, green: 0.122, blue: 0.894)
/* Android */
Color.parseColor("#ef1fe4")Accessibility — WCAG contrast
Aa
#ef1fe4 on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef1fe4 on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green12.2%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta87.0%
Yellow4.6%
Key (black)6.3%
Color previews
#ef1fe4 text on a black background
contrast 5.99:1
Card sample
#ef1fe4 text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef1fe4;
Background color
Panel with #ef1fe4 background
background-color: #ef1fe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef1fe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 31, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 31, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef1fe4; background: linear-gradient(135deg, #ef1fe4, #EF1F59);