#ed2fd3
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
237, 47, 211
HSL
308°, 84%, 56%
CMYK
0, 80, 11, 7
Luminance
0.2474
Every format
| HEX | #ed2fd3 |
| RGB | rgb(237, 47, 211) |
| HSL | hsl(308, 84%, 56%) |
| CMYK | cmyk(0%, 80%, 11%, 7%) |
| LAB | lab(56.8 83.4 -41.9) |
| LCH | lch(56.8 93.4 333.4) |
| OKLCH | oklch(0.664 0.269 334.8) |
Copy-ready code
/* CSS */
color: #ed2fd3;
background-color: #ed2fd3;
/* Tailwind (arbitrary) */
class="text-[#ed2fd3] bg-[#ed2fd3]"
/* SCSS */
$brand: #ed2fd3;
/* SwiftUI */
Color(red: 0.929, green: 0.184, blue: 0.827)
/* Android */
Color.parseColor("#ed2fd3")Accessibility — WCAG contrast
Aa
#ed2fd3 on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed2fd3 on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green18.4%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta80.2%
Yellow11.0%
Key (black)7.1%
Color previews
#ed2fd3 text on a black background
contrast 5.95:1
Card sample
#ed2fd3 text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed2fd3;
Background color
Panel with #ed2fd3 background
background-color: #ed2fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed2fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 47, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 47, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed2fd3; background: linear-gradient(135deg, #ed2fd3, #ED2F54);