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