#ed4fc2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
237, 79, 194
HSL
316°, 81%, 62%
CMYK
0, 67, 18, 7
Luminance
0.2749
Every format
| HEX | #ed4fc2 |
| RGB | rgb(237, 79, 194) |
| HSL | hsl(316, 81%, 62%) |
| CMYK | cmyk(0%, 67%, 18%, 7%) |
| LAB | lab(59.4 71.5 -28.1) |
| LCH | lch(59.4 76.9 338.6) |
| OKLCH | oklch(0.680 0.226 340.5) |
Copy-ready code
/* CSS */
color: #ed4fc2;
background-color: #ed4fc2;
/* Tailwind (arbitrary) */
class="text-[#ed4fc2] bg-[#ed4fc2]"
/* SCSS */
$brand: #ed4fc2;
/* SwiftUI */
Color(red: 0.929, green: 0.310, blue: 0.761)
/* Android */
Color.parseColor("#ed4fc2")Accessibility — WCAG contrast
Aa
#ed4fc2 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed4fc2 on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green31.0%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow18.1%
Key (black)7.1%
Color previews
#ed4fc2 text on a black background
contrast 6.50:1
Card sample
#ed4fc2 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed4fc2;
Background color
Panel with #ed4fc2 background
background-color: #ed4fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed4fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 79, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 79, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed4fc2; background: linear-gradient(135deg, #ed4fc2, #ED4F59);