#ef2fd7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 47, 215
HSL
308°, 86%, 56%
CMYK
0, 80, 10, 6
Luminance
0.2529
Every format
| HEX | #ef2fd7 |
| RGB | rgb(239, 47, 215) |
| HSL | hsl(308, 86%, 56%) |
| CMYK | cmyk(0%, 80%, 10%, 6%) |
| LAB | lab(57.4 84.4 -43.3) |
| LCH | lch(57.4 94.8 332.9) |
| OKLCH | oklch(0.669 0.273 334.2) |
Copy-ready code
/* CSS */
color: #ef2fd7;
background-color: #ef2fd7;
/* Tailwind (arbitrary) */
class="text-[#ef2fd7] bg-[#ef2fd7]"
/* SCSS */
$brand: #ef2fd7;
/* SwiftUI */
Color(red: 0.937, green: 0.184, blue: 0.843)
/* Android */
Color.parseColor("#ef2fd7")Accessibility — WCAG contrast
Aa
#ef2fd7 on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef2fd7 on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green18.4%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta80.3%
Yellow10.0%
Key (black)6.3%
Color previews
#ef2fd7 text on a black background
contrast 6.06:1
Card sample
#ef2fd7 text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef2fd7;
Background color
Panel with #ef2fd7 background
background-color: #ef2fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef2fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 47, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 47, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef2fd7; background: linear-gradient(135deg, #ef2fd7, #EF2F57);