#ef1aff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 26, 255
HSL
296°, 100%, 55%
CMYK
6, 90, 0, 0
Luminance
0.2631
Every format
| HEX | #ef1aff |
| RGB | rgb(239, 26, 255) |
| HSL | hsl(296, 100%, 55%) |
| CMYK | cmyk(6%, 90%, 0%, 0%) |
| LAB | lab(58.3 93.8 -64.2) |
| LCH | lch(58.3 113.6 325.6) |
| OKLCH | oklch(0.683 0.311 324.7) |
Copy-ready code
/* CSS */
color: #ef1aff;
background-color: #ef1aff;
/* Tailwind (arbitrary) */
class="text-[#ef1aff] bg-[#ef1aff]"
/* SCSS */
$brand: #ef1aff;
/* SwiftUI */
Color(red: 0.937, green: 0.102, blue: 1.000)
/* Android */
Color.parseColor("#ef1aff")Accessibility — WCAG contrast
Aa
#ef1aff on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef1aff on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green10.2%
Blue100.0%
CMYK percentages
Cyan6.3%
Magenta89.8%
Yellow0.0%
Key (black)0.0%
Color previews
#ef1aff text on a black background
contrast 6.26:1
Card sample
#ef1aff text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef1aff;
Background color
Panel with #ef1aff background
background-color: #ef1aff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef1aff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 26, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 26, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef1aff; background: linear-gradient(135deg, #ef1aff, #FF1A76);