#ed2f9f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
237, 47, 159
HSL
325°, 84%, 56%
CMYK
0, 80, 33, 7
Luminance
0.2254
Every format
| HEX | #ed2f9f |
| RGB | rgb(237, 47, 159) |
| HSL | hsl(325, 84%, 56%) |
| CMYK | cmyk(0%, 80%, 33%, 7%) |
| LAB | lab(54.6 77.1 -15.2) |
| LCH | lch(54.6 78.6 348.9) |
| OKLCH | oklch(0.640 0.240 350.5) |
Copy-ready code
/* CSS */
color: #ed2f9f;
background-color: #ed2f9f;
/* Tailwind (arbitrary) */
class="text-[#ed2f9f] bg-[#ed2f9f]"
/* SCSS */
$brand: #ed2f9f;
/* SwiftUI */
Color(red: 0.929, green: 0.184, blue: 0.624)
/* Android */
Color.parseColor("#ed2f9f")Accessibility — WCAG contrast
Aa
#ed2f9f on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed2f9f on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green18.4%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta80.2%
Yellow32.9%
Key (black)7.1%
Color previews
#ed2f9f text on a black background
contrast 5.51:1
Card sample
#ed2f9f text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed2f9f;
Background color
Panel with #ed2f9f background
background-color: #ed2f9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed2f9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 47, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 47, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed2f9f; background: linear-gradient(135deg, #ed2f9f, #ED3E2F);