#ef1cfc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 28, 252
HSL
297°, 97%, 55%
CMYK
5, 89, 0, 1
Luminance
0.2621
Every format
| HEX | #ef1cfc |
| RGB | rgb(239, 28, 252) |
| HSL | hsl(297, 97%, 55%) |
| CMYK | cmyk(5%, 89%, 0%, 1%) |
| LAB | lab(58.2 93.0 -62.6) |
| LCH | lch(58.2 112.2 326.0) |
| OKLCH | oklch(0.681 0.308 325.4) |
Copy-ready code
/* CSS */
color: #ef1cfc;
background-color: #ef1cfc;
/* Tailwind (arbitrary) */
class="text-[#ef1cfc] bg-[#ef1cfc]"
/* SCSS */
$brand: #ef1cfc;
/* SwiftUI */
Color(red: 0.937, green: 0.110, blue: 0.988)
/* Android */
Color.parseColor("#ef1cfc")Accessibility — WCAG contrast
Aa
#ef1cfc on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef1cfc on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green11.0%
Blue98.8%
CMYK percentages
Cyan5.2%
Magenta88.9%
Yellow0.0%
Key (black)1.2%
Color previews
#ef1cfc text on a black background
contrast 6.24:1
Card sample
#ef1cfc text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef1cfc;
Background color
Panel with #ef1cfc background
background-color: #ef1cfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef1cfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 28, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 28, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef1cfc; background: linear-gradient(135deg, #ef1cfc, #FC1C74);