#ef1af9
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 26, 249
HSL
297°, 95%, 54%
CMYK
4, 90, 0, 2
Luminance
0.2593
Every format
| HEX | #ef1af9 |
| RGB | rgb(239, 26, 249) |
| HSL | hsl(297, 95%, 54%) |
| CMYK | cmyk(4%, 90%, 0%, 2%) |
| LAB | lab(58.0 92.9 -61.4) |
| LCH | lch(58.0 111.3 326.5) |
| OKLCH | oklch(0.679 0.307 326.0) |
Copy-ready code
/* CSS */
color: #ef1af9;
background-color: #ef1af9;
/* Tailwind (arbitrary) */
class="text-[#ef1af9] bg-[#ef1af9]"
/* SCSS */
$brand: #ef1af9;
/* SwiftUI */
Color(red: 0.937, green: 0.102, blue: 0.976)
/* Android */
Color.parseColor("#ef1af9")Accessibility — WCAG contrast
Aa
#ef1af9 on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef1af9 on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green10.2%
Blue97.6%
CMYK percentages
Cyan4.0%
Magenta89.6%
Yellow0.0%
Key (black)2.4%
Color previews
#ef1af9 text on a black background
contrast 6.19:1
Card sample
#ef1af9 text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef1af9;
Background color
Panel with #ef1af9 background
background-color: #ef1af9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef1af9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 26, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 26, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef1af9; background: linear-gradient(135deg, #ef1af9, #F91A6E);