#ed2f80
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
237, 47, 128
HSL
334°, 84%, 56%
CMYK
0, 80, 46, 7
Luminance
0.2160
Every format
| HEX | #ed2f80 |
| RGB | rgb(237, 47, 128) |
| HSL | hsl(334, 84%, 56%) |
| CMYK | cmyk(0%, 80%, 46%, 7%) |
| LAB | lab(53.6 74.2 1.8) |
| LCH | lch(53.6 74.2 1.4) |
| OKLCH | oklch(0.630 0.228 1.4) |
Copy-ready code
/* CSS */
color: #ed2f80;
background-color: #ed2f80;
/* Tailwind (arbitrary) */
class="text-[#ed2f80] bg-[#ed2f80]"
/* SCSS */
$brand: #ed2f80;
/* SwiftUI */
Color(red: 0.929, green: 0.184, blue: 0.502)
/* Android */
Color.parseColor("#ed2f80")Accessibility — WCAG contrast
Aa
#ed2f80 on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed2f80 on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green18.4%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta80.2%
Yellow46.0%
Key (black)7.1%
Color previews
#ed2f80 text on a black background
contrast 5.32:1
Card sample
#ed2f80 text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed2f80;
Background color
Panel with #ed2f80 background
background-color: #ed2f80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed2f80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 47, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 47, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed2f80; background: linear-gradient(135deg, #ed2f80, #ED5D2F);