#ed3df4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
237, 61, 244
HSL
298°, 89%, 60%
CMYK
3, 75, 0, 4
Luminance
0.2787
Every format
| HEX | #ed3df4 |
| RGB | rgb(237, 61, 244) |
| HSL | hsl(298, 89%, 60%) |
| CMYK | cmyk(3%, 75%, 0%, 4%) |
| LAB | lab(59.8 84.7 -55.8) |
| LCH | lch(59.8 101.4 326.6) |
| OKLCH | oklch(0.690 0.280 326.4) |
Copy-ready code
/* CSS */
color: #ed3df4;
background-color: #ed3df4;
/* Tailwind (arbitrary) */
class="text-[#ed3df4] bg-[#ed3df4]"
/* SCSS */
$brand: #ed3df4;
/* SwiftUI */
Color(red: 0.929, green: 0.239, blue: 0.957)
/* Android */
Color.parseColor("#ed3df4")Accessibility — WCAG contrast
Aa
#ed3df4 on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed3df4 on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green23.9%
Blue95.7%
CMYK percentages
Cyan2.9%
Magenta75.0%
Yellow0.0%
Key (black)4.3%
Color previews
#ed3df4 text on a black background
contrast 6.57:1
Card sample
#ed3df4 text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed3df4;
Background color
Panel with #ed3df4 background
background-color: #ed3df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed3df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 61, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 61, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed3df4; background: linear-gradient(135deg, #ed3df4, #F43D81);