#ef1cf7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 28, 247
HSL
298°, 93%, 54%
CMYK
3, 89, 0, 3
Luminance
0.2590
Every format
| HEX | #ef1cf7 |
| RGB | rgb(239, 28, 247) |
| HSL | hsl(298, 93%, 54%) |
| CMYK | cmyk(3%, 89%, 0%, 3%) |
| LAB | lab(57.9 92.3 -60.4) |
| LCH | lch(57.9 110.3 326.8) |
| OKLCH | oklch(0.678 0.305 326.5) |
Copy-ready code
/* CSS */
color: #ef1cf7;
background-color: #ef1cf7;
/* Tailwind (arbitrary) */
class="text-[#ef1cf7] bg-[#ef1cf7]"
/* SCSS */
$brand: #ef1cf7;
/* SwiftUI */
Color(red: 0.937, green: 0.110, blue: 0.969)
/* Android */
Color.parseColor("#ef1cf7")Accessibility — WCAG contrast
Aa
#ef1cf7 on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef1cf7 on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green11.0%
Blue96.9%
CMYK percentages
Cyan3.2%
Magenta88.7%
Yellow0.0%
Key (black)3.1%
Color previews
#ef1cf7 text on a black background
contrast 6.18:1
Card sample
#ef1cf7 text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef1cf7;
Background color
Panel with #ef1cf7 background
background-color: #ef1cf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef1cf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 28, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 28, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef1cf7; background: linear-gradient(135deg, #ef1cf7, #F71C6D);