#ed2ecf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
237, 46, 207
HSL
309°, 84%, 56%
CMYK
0, 81, 13, 7
Luminance
0.2446
Every format
| HEX | #ed2ecf |
| RGB | rgb(237, 46, 207) |
| HSL | hsl(309, 84%, 56%) |
| CMYK | cmyk(0%, 81%, 13%, 7%) |
| LAB | lab(56.5 83.1 -40.0) |
| LCH | lch(56.5 92.3 334.3) |
| OKLCH | oklch(0.661 0.267 335.9) |
Copy-ready code
/* CSS */
color: #ed2ecf;
background-color: #ed2ecf;
/* Tailwind (arbitrary) */
class="text-[#ed2ecf] bg-[#ed2ecf]"
/* SCSS */
$brand: #ed2ecf;
/* SwiftUI */
Color(red: 0.929, green: 0.180, blue: 0.812)
/* Android */
Color.parseColor("#ed2ecf")Accessibility — WCAG contrast
Aa
#ed2ecf on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed2ecf on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green18.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta80.6%
Yellow12.7%
Key (black)7.1%
Color previews
#ed2ecf text on a black background
contrast 5.89:1
Card sample
#ed2ecf text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed2ecf;
Background color
Panel with #ed2ecf background
background-color: #ed2ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed2ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 46, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 46, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed2ecf; background: linear-gradient(135deg, #ed2ecf, #ED2E50);