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