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