#ed3fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
237, 63, 223
HSL
305°, 83%, 59%
CMYK
0, 73, 6, 7
Luminance
0.2689
Every format
| HEX | #ed3fdf |
| RGB | rgb(237, 63, 223) |
| HSL | hsl(305, 83%, 59%) |
| CMYK | cmyk(0%, 73%, 6%, 7%) |
| LAB | lab(58.9 81.0 -45.4) |
| LCH | lch(58.9 92.8 330.7) |
| OKLCH | oklch(0.680 0.263 331.6) |
Copy-ready code
/* CSS */
color: #ed3fdf;
background-color: #ed3fdf;
/* Tailwind (arbitrary) */
class="text-[#ed3fdf] bg-[#ed3fdf]"
/* SCSS */
$brand: #ed3fdf;
/* SwiftUI */
Color(red: 0.929, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#ed3fdf")Accessibility — WCAG contrast
Aa
#ed3fdf on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed3fdf on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green24.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta73.4%
Yellow5.9%
Key (black)7.1%
Color previews
#ed3fdf text on a black background
contrast 6.38:1
Card sample
#ed3fdf text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed3fdf;
Background color
Panel with #ed3fdf background
background-color: #ed3fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed3fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed3fdf; background: linear-gradient(135deg, #ed3fdf, #ED3F6B);