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