#ef3fef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 63, 239
HSL
300°, 85%, 59%
CMYK
0, 74, 0, 6
Luminance
0.2814
Every format
| HEX | #ef3fef |
| RGB | rgb(239, 63, 239) |
| HSL | hsl(300, 85%, 59%) |
| CMYK | cmyk(0%, 74%, 0%, 6%) |
| LAB | lab(60.0 83.8 -52.6) |
| LCH | lch(60.0 98.9 327.9) |
| OKLCH | oklch(0.692 0.276 328.1) |
Copy-ready code
/* CSS */
color: #ef3fef;
background-color: #ef3fef;
/* Tailwind (arbitrary) */
class="text-[#ef3fef] bg-[#ef3fef]"
/* SCSS */
$brand: #ef3fef;
/* SwiftUI */
Color(red: 0.937, green: 0.247, blue: 0.937)
/* Android */
Color.parseColor("#ef3fef")Accessibility — WCAG contrast
Aa
#ef3fef on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef3fef on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green24.7%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta73.6%
Yellow0.0%
Key (black)6.3%
Color previews
#ef3fef text on a black background
contrast 6.63:1
Card sample
#ef3fef text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef3fef;
Background color
Panel with #ef3fef background
background-color: #ef3fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef3fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 63, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 63, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef3fef; background: linear-gradient(135deg, #ef3fef, #EF3F7A);