#ef2fd2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 47, 210
HSL
309°, 86%, 56%
CMYK
0, 80, 12, 6
Luminance
0.2504
Every format
| HEX | #ef2fd2 |
| RGB | rgb(239, 47, 210) |
| HSL | hsl(309, 86%, 56%) |
| CMYK | cmyk(0%, 80%, 12%, 6%) |
| LAB | lab(57.1 83.7 -40.8) |
| LCH | lch(57.1 93.1 334.0) |
| OKLCH | oklch(0.666 0.270 335.5) |
Copy-ready code
/* CSS */
color: #ef2fd2;
background-color: #ef2fd2;
/* Tailwind (arbitrary) */
class="text-[#ef2fd2] bg-[#ef2fd2]"
/* SCSS */
$brand: #ef2fd2;
/* SwiftUI */
Color(red: 0.937, green: 0.184, blue: 0.824)
/* Android */
Color.parseColor("#ef2fd2")Accessibility — WCAG contrast
Aa
#ef2fd2 on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef2fd2 on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green18.4%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta80.3%
Yellow12.1%
Key (black)6.3%
Color previews
#ef2fd2 text on a black background
contrast 6.01:1
Card sample
#ef2fd2 text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef2fd2;
Background color
Panel with #ef2fd2 background
background-color: #ef2fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef2fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 47, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 47, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef2fd2; background: linear-gradient(135deg, #ef2fd2, #EF2F52);