#ed2ff2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
237, 47, 242
HSL
299°, 88%, 57%
CMYK
2, 81, 0, 5
Luminance
0.2645
Every format
| HEX | #ed2ff2 |
| RGB | rgb(237, 47, 242) |
| HSL | hsl(299, 88%, 57%) |
| CMYK | cmyk(2%, 81%, 0%, 5%) |
| LAB | lab(58.5 87.9 -56.7) |
| LCH | lch(58.5 104.6 327.2) |
| OKLCH | oklch(0.681 0.290 327.0) |
Copy-ready code
/* CSS */
color: #ed2ff2;
background-color: #ed2ff2;
/* Tailwind (arbitrary) */
class="text-[#ed2ff2] bg-[#ed2ff2]"
/* SCSS */
$brand: #ed2ff2;
/* SwiftUI */
Color(red: 0.929, green: 0.184, blue: 0.949)
/* Android */
Color.parseColor("#ed2ff2")Accessibility — WCAG contrast
Aa
#ed2ff2 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed2ff2 on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green18.4%
Blue94.9%
CMYK percentages
Cyan2.1%
Magenta80.6%
Yellow0.0%
Key (black)5.1%
Color previews
#ed2ff2 text on a black background
contrast 6.29:1
Card sample
#ed2ff2 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed2ff2;
Background color
Panel with #ed2ff2 background
background-color: #ed2ff2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed2ff2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 47, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 47, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed2ff2; background: linear-gradient(135deg, #ed2ff2, #F22F75);