#ed4df7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
237, 77, 247
HSL
297°, 91%, 64%
CMYK
4, 69, 0, 3
Luminance
0.3003
Every format
| HEX | #ed4df7 |
| RGB | rgb(237, 77, 247) |
| HSL | hsl(297, 91%, 64%) |
| CMYK | cmyk(4%, 69%, 0%, 3%) |
| LAB | lab(61.7 80.2 -54.4) |
| LCH | lch(61.7 96.9 325.9) |
| OKLCH | oklch(0.704 0.266 325.4) |
Copy-ready code
/* CSS */
color: #ed4df7;
background-color: #ed4df7;
/* Tailwind (arbitrary) */
class="text-[#ed4df7] bg-[#ed4df7]"
/* SCSS */
$brand: #ed4df7;
/* SwiftUI */
Color(red: 0.929, green: 0.302, blue: 0.969)
/* Android */
Color.parseColor("#ed4df7")Accessibility — WCAG contrast
Aa
#ed4df7 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed4df7 on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green30.2%
Blue96.9%
CMYK percentages
Cyan4.0%
Magenta68.8%
Yellow0.0%
Key (black)3.1%
Color previews
#ed4df7 text on a black background
contrast 7.01:1
Card sample
#ed4df7 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed4df7;
Background color
Panel with #ed4df7 background
background-color: #ed4df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed4df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 77, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 77, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed4df7; background: linear-gradient(135deg, #ed4df7, #F74D8F);