#ed4fec
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
237, 79, 236
HSL
300°, 81%, 62%
CMYK
0, 67, 0, 7
Luminance
0.2965
Every format
| HEX | #ed4fec |
| RGB | rgb(237, 79, 236) |
| HSL | hsl(300, 81%, 62%) |
| CMYK | cmyk(0%, 67%, 0%, 7%) |
| LAB | lab(61.4 77.8 -48.8) |
| LCH | lch(61.4 91.8 327.9) |
| OKLCH | oklch(0.700 0.256 328.1) |
Copy-ready code
/* CSS */
color: #ed4fec;
background-color: #ed4fec;
/* Tailwind (arbitrary) */
class="text-[#ed4fec] bg-[#ed4fec]"
/* SCSS */
$brand: #ed4fec;
/* SwiftUI */
Color(red: 0.929, green: 0.310, blue: 0.925)
/* Android */
Color.parseColor("#ed4fec")Accessibility — WCAG contrast
Aa
#ed4fec on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed4fec on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green31.0%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow0.4%
Key (black)7.1%
Color previews
#ed4fec text on a black background
contrast 6.93:1
Card sample
#ed4fec text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed4fec;
Background color
Panel with #ed4fec background
background-color: #ed4fec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed4fec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 79, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 79, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed4fec; background: linear-gradient(135deg, #ed4fec, #ED4F83);