#ed2fff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
237, 47, 255
HSL
295°, 100%, 59%
CMYK
7, 82, 0, 0
Luminance
0.2726
Every format
| HEX | #ed2fff |
| RGB | rgb(237, 47, 255) |
| HSL | hsl(295, 100%, 59%) |
| CMYK | cmyk(7%, 82%, 0%, 0%) |
| LAB | lab(59.2 89.9 -62.8) |
| LCH | lch(59.2 109.6 325.1) |
| OKLCH | oklch(0.688 0.299 324.1) |
Copy-ready code
/* CSS */
color: #ed2fff;
background-color: #ed2fff;
/* Tailwind (arbitrary) */
class="text-[#ed2fff] bg-[#ed2fff]"
/* SCSS */
$brand: #ed2fff;
/* SwiftUI */
Color(red: 0.929, green: 0.184, blue: 1.000)
/* Android */
Color.parseColor("#ed2fff")Accessibility — WCAG contrast
Aa
#ed2fff on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed2fff on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green18.4%
Blue100.0%
CMYK percentages
Cyan7.1%
Magenta81.6%
Yellow0.0%
Key (black)0.0%
Color previews
#ed2fff text on a black background
contrast 6.45:1
Card sample
#ed2fff text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed2fff;
Background color
Panel with #ed2fff background
background-color: #ed2fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed2fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 47, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 47, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed2fff; background: linear-gradient(135deg, #ed2fff, #FF2F86);