#ed2fe2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
237, 47, 226
HSL
304°, 84%, 56%
CMYK
0, 80, 5, 7
Luminance
0.2553
Every format
| HEX | #ed2fe2 |
| RGB | rgb(237, 47, 226) |
| HSL | hsl(304, 84%, 56%) |
| CMYK | cmyk(0%, 80%, 5%, 7%) |
| LAB | lab(57.6 85.5 -49.2) |
| LCH | lch(57.6 98.7 330.1) |
| OKLCH | oklch(0.672 0.279 330.9) |
Copy-ready code
/* CSS */
color: #ed2fe2;
background-color: #ed2fe2;
/* Tailwind (arbitrary) */
class="text-[#ed2fe2] bg-[#ed2fe2]"
/* SCSS */
$brand: #ed2fe2;
/* SwiftUI */
Color(red: 0.929, green: 0.184, blue: 0.886)
/* Android */
Color.parseColor("#ed2fe2")Accessibility — WCAG contrast
Aa
#ed2fe2 on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed2fe2 on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green18.4%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta80.2%
Yellow4.6%
Key (black)7.1%
Color previews
#ed2fe2 text on a black background
contrast 6.11:1
Card sample
#ed2fe2 text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed2fe2;
Background color
Panel with #ed2fe2 background
background-color: #ed2fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed2fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 47, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 47, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed2fe2; background: linear-gradient(135deg, #ed2fe2, #ED2F63);