#ed2afd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
237, 42, 253
HSL
296°, 98%, 58%
CMYK
6, 83, 0, 1
Luminance
0.2675
Every format
| HEX | #ed2afd |
| RGB | rgb(237, 42, 253) |
| HSL | hsl(296, 98%, 58%) |
| CMYK | cmyk(6%, 83%, 0%, 1%) |
| LAB | lab(58.8 90.6 -62.4) |
| LCH | lch(58.8 110.0 325.4) |
| OKLCH | oklch(0.685 0.301 324.6) |
Copy-ready code
/* CSS */
color: #ed2afd;
background-color: #ed2afd;
/* Tailwind (arbitrary) */
class="text-[#ed2afd] bg-[#ed2afd]"
/* SCSS */
$brand: #ed2afd;
/* SwiftUI */
Color(red: 0.929, green: 0.165, blue: 0.992)
/* Android */
Color.parseColor("#ed2afd")Accessibility — WCAG contrast
Aa
#ed2afd on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed2afd on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green16.5%
Blue99.2%
CMYK percentages
Cyan6.3%
Magenta83.4%
Yellow0.0%
Key (black)0.8%
Color previews
#ed2afd text on a black background
contrast 6.35:1
Card sample
#ed2afd text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed2afd;
Background color
Panel with #ed2afd background
background-color: #ed2afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed2afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 42, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 42, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed2afd; background: linear-gradient(135deg, #ed2afd, #FD2A80);