#ef2cf8
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 44, 248
HSL
297°, 94%, 57%
CMYK
4, 82, 0, 3
Luminance
0.2693
Every format
| HEX | #ef2cf8 |
| RGB | rgb(239, 44, 248) |
| HSL | hsl(297, 94%, 57%) |
| CMYK | cmyk(4%, 82%, 0%, 3%) |
| LAB | lab(58.9 89.8 -59.4) |
| LCH | lch(58.9 107.6 326.5) |
| OKLCH | oklch(0.685 0.297 326.1) |
Copy-ready code
/* CSS */
color: #ef2cf8;
background-color: #ef2cf8;
/* Tailwind (arbitrary) */
class="text-[#ef2cf8] bg-[#ef2cf8]"
/* SCSS */
$brand: #ef2cf8;
/* SwiftUI */
Color(red: 0.937, green: 0.173, blue: 0.973)
/* Android */
Color.parseColor("#ef2cf8")Accessibility — WCAG contrast
Aa
#ef2cf8 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef2cf8 on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green17.3%
Blue97.3%
CMYK percentages
Cyan3.6%
Magenta82.3%
Yellow0.0%
Key (black)2.7%
Color previews
#ef2cf8 text on a black background
contrast 6.39:1
Card sample
#ef2cf8 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef2cf8;
Background color
Panel with #ef2cf8 background
background-color: #ef2cf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef2cf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 44, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 44, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef2cf8; background: linear-gradient(135deg, #ef2cf8, #F82C79);