#ed2df5
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
237, 45, 245
HSL
298°, 91%, 57%
CMYK
3, 82, 0, 4
Luminance
0.2647
Every format
| HEX | #ed2df5 |
| RGB | rgb(237, 45, 245) |
| HSL | hsl(298, 91%, 57%) |
| CMYK | cmyk(3%, 82%, 0%, 4%) |
| LAB | lab(58.5 88.8 -58.4) |
| LCH | lch(58.5 106.3 326.7) |
| OKLCH | oklch(0.681 0.293 326.3) |
Copy-ready code
/* CSS */
color: #ed2df5;
background-color: #ed2df5;
/* Tailwind (arbitrary) */
class="text-[#ed2df5] bg-[#ed2df5]"
/* SCSS */
$brand: #ed2df5;
/* SwiftUI */
Color(red: 0.929, green: 0.176, blue: 0.961)
/* Android */
Color.parseColor("#ed2df5")Accessibility — WCAG contrast
Aa
#ed2df5 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed2df5 on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green17.6%
Blue96.1%
CMYK percentages
Cyan3.3%
Magenta81.6%
Yellow0.0%
Key (black)3.9%
Color previews
#ed2df5 text on a black background
contrast 6.29:1
Card sample
#ed2df5 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed2df5;
Background color
Panel with #ed2df5 background
background-color: #ed2df5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed2df5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 45, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 45, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed2df5; background: linear-gradient(135deg, #ed2df5, #F52D78);