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