#ef1cf9
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 28, 249
HSL
297°, 95%, 54%
CMYK
4, 89, 0, 2
Luminance
0.2602
Every format
| HEX | #ef1cf9 |
| RGB | rgb(239, 28, 249) |
| HSL | hsl(297, 95%, 54%) |
| CMYK | cmyk(4%, 89%, 0%, 2%) |
| LAB | lab(58.1 92.6 -61.3) |
| LCH | lch(58.1 111.0 326.5) |
| OKLCH | oklch(0.680 0.306 326.0) |
Copy-ready code
/* CSS */
color: #ef1cf9;
background-color: #ef1cf9;
/* Tailwind (arbitrary) */
class="text-[#ef1cf9] bg-[#ef1cf9]"
/* SCSS */
$brand: #ef1cf9;
/* SwiftUI */
Color(red: 0.937, green: 0.110, blue: 0.976)
/* Android */
Color.parseColor("#ef1cf9")Accessibility — WCAG contrast
Aa
#ef1cf9 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef1cf9 on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green11.0%
Blue97.6%
CMYK percentages
Cyan4.0%
Magenta88.8%
Yellow0.0%
Key (black)2.4%
Color previews
#ef1cf9 text on a black background
contrast 6.20:1
Card sample
#ef1cf9 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef1cf9;
Background color
Panel with #ef1cf9 background
background-color: #ef1cf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef1cf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 28, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 28, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef1cf9; background: linear-gradient(135deg, #ef1cf9, #F91C70);