#ed2dfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
237, 45, 253
HSL
295°, 98%, 58%
CMYK
6, 82, 0, 1
Luminance
0.2697
Every format
| HEX | #ed2dfd |
| RGB | rgb(237, 45, 253) |
| HSL | hsl(295, 98%, 58%) |
| CMYK | cmyk(6%, 82%, 0%, 1%) |
| LAB | lab(59.0 90.0 -62.1) |
| LCH | lch(59.0 109.3 325.4) |
| OKLCH | oklch(0.686 0.299 324.5) |
Copy-ready code
/* CSS */
color: #ed2dfd;
background-color: #ed2dfd;
/* Tailwind (arbitrary) */
class="text-[#ed2dfd] bg-[#ed2dfd]"
/* SCSS */
$brand: #ed2dfd;
/* SwiftUI */
Color(red: 0.929, green: 0.176, blue: 0.992)
/* Android */
Color.parseColor("#ed2dfd")Accessibility — WCAG contrast
Aa
#ed2dfd on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed2dfd on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green17.6%
Blue99.2%
CMYK percentages
Cyan6.3%
Magenta82.2%
Yellow0.0%
Key (black)0.8%
Color previews
#ed2dfd text on a black background
contrast 6.39:1
Card sample
#ed2dfd text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed2dfd;
Background color
Panel with #ed2dfd background
background-color: #ed2dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed2dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 45, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 45, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed2dfd; background: linear-gradient(135deg, #ed2dfd, #FD2D82);