#ed18ff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
237, 24, 255
HSL
295°, 100%, 55%
CMYK
7, 91, 0, 0
Luminance
0.2588
Every format
| HEX | #ed18ff |
| RGB | rgb(237, 24, 255) |
| HSL | hsl(295, 100%, 55%) |
| CMYK | cmyk(7%, 91%, 0%, 0%) |
| LAB | lab(57.9 93.7 -64.8) |
| LCH | lch(57.9 113.9 325.3) |
| OKLCH | oklch(0.679 0.311 324.3) |
Copy-ready code
/* CSS */
color: #ed18ff;
background-color: #ed18ff;
/* Tailwind (arbitrary) */
class="text-[#ed18ff] bg-[#ed18ff]"
/* SCSS */
$brand: #ed18ff;
/* SwiftUI */
Color(red: 0.929, green: 0.094, blue: 1.000)
/* Android */
Color.parseColor("#ed18ff")Accessibility — WCAG contrast
Aa
#ed18ff on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed18ff on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green9.4%
Blue100.0%
CMYK percentages
Cyan7.1%
Magenta90.6%
Yellow0.0%
Key (black)0.0%
Color previews
#ed18ff text on a black background
contrast 6.18:1
Card sample
#ed18ff text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed18ff;
Background color
Panel with #ed18ff background
background-color: #ed18ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed18ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 24, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 24, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed18ff; background: linear-gradient(135deg, #ed18ff, #FF1877);