#ef1fee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 31, 238
HSL
300°, 87%, 53%
CMYK
0, 87, 0, 6
Luminance
0.2550
Every format
| HEX | #ef1fee |
| RGB | rgb(239, 31, 238) |
| HSL | hsl(300, 87%, 53%) |
| CMYK | cmyk(0%, 87%, 0%, 6%) |
| LAB | lab(57.6 90.6 -55.9) |
| LCH | lch(57.6 106.4 328.3) |
| OKLCH | oklch(0.674 0.297 328.5) |
Copy-ready code
/* CSS */
color: #ef1fee;
background-color: #ef1fee;
/* Tailwind (arbitrary) */
class="text-[#ef1fee] bg-[#ef1fee]"
/* SCSS */
$brand: #ef1fee;
/* SwiftUI */
Color(red: 0.937, green: 0.122, blue: 0.933)
/* Android */
Color.parseColor("#ef1fee")Accessibility — WCAG contrast
Aa
#ef1fee on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef1fee on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green12.2%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta87.0%
Yellow0.4%
Key (black)6.3%
Color previews
#ef1fee text on a black background
contrast 6.10:1
Card sample
#ef1fee text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef1fee;
Background color
Panel with #ef1fee background
background-color: #ef1fee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef1fee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 31, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 31, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef1fee; background: linear-gradient(135deg, #ef1fee, #EF1F63);