#ef1afd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 26, 253
HSL
296°, 98%, 55%
CMYK
6, 90, 0, 1
Luminance
0.2618
Every format
| HEX | #ef1afd |
| RGB | rgb(239, 26, 253) |
| HSL | hsl(296, 98%, 55%) |
| CMYK | cmyk(6%, 90%, 0%, 1%) |
| LAB | lab(58.2 93.5 -63.3) |
| LCH | lch(58.2 112.8 325.9) |
| OKLCH | oklch(0.681 0.309 325.2) |
Copy-ready code
/* CSS */
color: #ef1afd;
background-color: #ef1afd;
/* Tailwind (arbitrary) */
class="text-[#ef1afd] bg-[#ef1afd]"
/* SCSS */
$brand: #ef1afd;
/* SwiftUI */
Color(red: 0.937, green: 0.102, blue: 0.992)
/* Android */
Color.parseColor("#ef1afd")Accessibility — WCAG contrast
Aa
#ef1afd on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef1afd on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green10.2%
Blue99.2%
CMYK percentages
Cyan5.5%
Magenta89.7%
Yellow0.0%
Key (black)0.8%
Color previews
#ef1afd text on a black background
contrast 6.24:1
Card sample
#ef1afd text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef1afd;
Background color
Panel with #ef1afd background
background-color: #ef1afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef1afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 26, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 26, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef1afd; background: linear-gradient(135deg, #ef1afd, #FD1A74);