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