#ed0df4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
237, 13, 244
HSL
298°, 91%, 50%
CMYK
3, 95, 0, 4
Luminance
0.2482
Every format
| HEX | #ed0df4 |
| RGB | rgb(237, 13, 244) |
| HSL | hsl(298, 91%, 50%) |
| CMYK | cmyk(3%, 95%, 0%, 4%) |
| LAB | lab(56.9 93.1 -60.4) |
| LCH | lch(56.9 111.0 327.0) |
| OKLCH | oklch(0.670 0.307 326.7) |
Copy-ready code
/* CSS */
color: #ed0df4;
background-color: #ed0df4;
/* Tailwind (arbitrary) */
class="text-[#ed0df4] bg-[#ed0df4]"
/* SCSS */
$brand: #ed0df4;
/* SwiftUI */
Color(red: 0.929, green: 0.051, blue: 0.957)
/* Android */
Color.parseColor("#ed0df4")Accessibility — WCAG contrast
Aa
#ed0df4 on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed0df4 on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green5.1%
Blue95.7%
CMYK percentages
Cyan2.9%
Magenta94.7%
Yellow0.0%
Key (black)4.3%
Color previews
#ed0df4 text on a black background
contrast 5.96:1
Card sample
#ed0df4 text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed0df4;
Background color
Panel with #ed0df4 background
background-color: #ed0df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed0df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 13, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 13, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed0df4; background: linear-gradient(135deg, #ed0df4, #F40D61);