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