#ef1cea
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 28, 234
HSL
301°, 87%, 52%
CMYK
0, 88, 2, 6
Luminance
0.2512
Every format
| HEX | #ef1cea |
| RGB | rgb(239, 28, 234) |
| HSL | hsl(301, 87%, 52%) |
| CMYK | cmyk(0%, 88%, 2%, 6%) |
| LAB | lab(57.2 90.4 -54.3) |
| LCH | lch(57.2 105.5 329.0) |
| OKLCH | oklch(0.671 0.296 329.5) |
Copy-ready code
/* CSS */
color: #ef1cea;
background-color: #ef1cea;
/* Tailwind (arbitrary) */
class="text-[#ef1cea] bg-[#ef1cea]"
/* SCSS */
$brand: #ef1cea;
/* SwiftUI */
Color(red: 0.937, green: 0.110, blue: 0.918)
/* Android */
Color.parseColor("#ef1cea")Accessibility — WCAG contrast
Aa
#ef1cea on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef1cea on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green11.0%
Blue91.8%
CMYK percentages
Cyan0.0%
Magenta88.3%
Yellow2.1%
Key (black)6.3%
Color previews
#ef1cea text on a black background
contrast 6.02:1
Card sample
#ef1cea text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef1cea;
Background color
Panel with #ef1cea background
background-color: #ef1cea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef1cea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 28, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 28, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef1cea; background: linear-gradient(135deg, #ef1cea, #EF1C5E);