#ed2cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
237, 44, 223
HSL
304°, 84%, 55%
CMYK
0, 81, 6, 7
Luminance
0.2513
Every format
| HEX | #ed2cdf |
| RGB | rgb(237, 44, 223) |
| HSL | hsl(304, 84%, 55%) |
| CMYK | cmyk(0%, 81%, 6%, 7%) |
| LAB | lab(57.2 85.8 -48.1) |
| LCH | lch(57.2 98.3 330.7) |
| OKLCH | oklch(0.668 0.279 331.6) |
Copy-ready code
/* CSS */
color: #ed2cdf;
background-color: #ed2cdf;
/* Tailwind (arbitrary) */
class="text-[#ed2cdf] bg-[#ed2cdf]"
/* SCSS */
$brand: #ed2cdf;
/* SwiftUI */
Color(red: 0.929, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#ed2cdf")Accessibility — WCAG contrast
Aa
#ed2cdf on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed2cdf on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green17.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta81.4%
Yellow5.9%
Key (black)7.1%
Color previews
#ed2cdf text on a black background
contrast 6.03:1
Card sample
#ed2cdf text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed2cdf;
Background color
Panel with #ed2cdf background
background-color: #ed2cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed2cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed2cdf; background: linear-gradient(135deg, #ed2cdf, #ED2C5E);