#ed4df0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
237, 77, 240
HSL
299°, 85%, 62%
CMYK
1, 68, 0, 6
Luminance
0.2960
Every format
| HEX | #ed4df0 |
| RGB | rgb(237, 77, 240) |
| HSL | hsl(299, 85%, 62%) |
| CMYK | cmyk(1%, 68%, 0%, 6%) |
| LAB | lab(61.3 79.1 -51.1) |
| LCH | lch(61.3 94.2 327.1) |
| OKLCH | oklch(0.701 0.261 327.1) |
Copy-ready code
/* CSS */
color: #ed4df0;
background-color: #ed4df0;
/* Tailwind (arbitrary) */
class="text-[#ed4df0] bg-[#ed4df0]"
/* SCSS */
$brand: #ed4df0;
/* SwiftUI */
Color(red: 0.929, green: 0.302, blue: 0.941)
/* Android */
Color.parseColor("#ed4df0")Accessibility — WCAG contrast
Aa
#ed4df0 on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed4df0 on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green30.2%
Blue94.1%
CMYK percentages
Cyan1.2%
Magenta67.9%
Yellow0.0%
Key (black)5.9%
Color previews
#ed4df0 text on a black background
contrast 6.92:1
Card sample
#ed4df0 text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed4df0;
Background color
Panel with #ed4df0 background
background-color: #ed4df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed4df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 77, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 77, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed4df0; background: linear-gradient(135deg, #ed4df0, #F04D86);