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