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