#ef1efc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 30, 252
HSL
297°, 97%, 55%
CMYK
5, 88, 0, 1
Luminance
0.2631
Every format
| HEX | #ef1efc |
| RGB | rgb(239, 30, 252) |
| HSL | hsl(297, 97%, 55%) |
| CMYK | cmyk(5%, 88%, 0%, 1%) |
| LAB | lab(58.3 92.8 -62.5) |
| LCH | lch(58.3 111.9 326.0) |
| OKLCH | oklch(0.682 0.307 325.4) |
Copy-ready code
/* CSS */
color: #ef1efc;
background-color: #ef1efc;
/* Tailwind (arbitrary) */
class="text-[#ef1efc] bg-[#ef1efc]"
/* SCSS */
$brand: #ef1efc;
/* SwiftUI */
Color(red: 0.937, green: 0.118, blue: 0.988)
/* Android */
Color.parseColor("#ef1efc")Accessibility — WCAG contrast
Aa
#ef1efc on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef1efc on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green11.8%
Blue98.8%
CMYK percentages
Cyan5.2%
Magenta88.1%
Yellow0.0%
Key (black)1.2%
Color previews
#ef1efc text on a black background
contrast 6.26:1
Card sample
#ef1efc text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef1efc;
Background color
Panel with #ef1efc background
background-color: #ef1efc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef1efc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 30, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 30, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef1efc; background: linear-gradient(135deg, #ef1efc, #FC1E75);