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