#ef1cf8
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 28, 248
HSL
298°, 94%, 54%
CMYK
4, 89, 0, 3
Luminance
0.2596
Every format
| HEX | #ef1cf8 |
| RGB | rgb(239, 28, 248) |
| HSL | hsl(298, 94%, 54%) |
| CMYK | cmyk(4%, 89%, 0%, 3%) |
| LAB | lab(58.0 92.5 -60.8) |
| LCH | lch(58.0 110.7 326.7) |
| OKLCH | oklch(0.679 0.305 326.3) |
Copy-ready code
/* CSS */
color: #ef1cf8;
background-color: #ef1cf8;
/* Tailwind (arbitrary) */
class="text-[#ef1cf8] bg-[#ef1cf8]"
/* SCSS */
$brand: #ef1cf8;
/* SwiftUI */
Color(red: 0.937, green: 0.110, blue: 0.973)
/* Android */
Color.parseColor("#ef1cf8")Accessibility — WCAG contrast
Aa
#ef1cf8 on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef1cf8 on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green11.0%
Blue97.3%
CMYK percentages
Cyan3.6%
Magenta88.7%
Yellow0.0%
Key (black)2.7%
Color previews
#ef1cf8 text on a black background
contrast 6.19:1
Card sample
#ef1cf8 text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef1cf8;
Background color
Panel with #ef1cf8 background
background-color: #ef1cf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef1cf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 28, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 28, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef1cf8; background: linear-gradient(135deg, #ef1cf8, #F81C6E);