#ef1f8e
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
239, 31, 142
HSL
328°, 87%, 53%
CMYK
0, 87, 41, 6
Luminance
0.2128
Every format
| HEX | #ef1f8e |
| RGB | rgb(239, 31, 142) |
| HSL | hsl(328, 87%, 53%) |
| CMYK | cmyk(0%, 87%, 41%, 6%) |
| LAB | lab(53.3 79.2 -7.1) |
| LCH | lch(53.3 79.5 354.9) |
| OKLCH | oklch(0.629 0.245 355.9) |
Copy-ready code
/* CSS */
color: #ef1f8e;
background-color: #ef1f8e;
/* Tailwind (arbitrary) */
class="text-[#ef1f8e] bg-[#ef1f8e]"
/* SCSS */
$brand: #ef1f8e;
/* SwiftUI */
Color(red: 0.937, green: 0.122, blue: 0.557)
/* Android */
Color.parseColor("#ef1f8e")Accessibility — WCAG contrast
Aa
#ef1f8e on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef1f8e on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green12.2%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta87.0%
Yellow40.6%
Key (black)6.3%
Color previews
#ef1f8e text on a black background
contrast 5.26:1
Card sample
#ef1f8e text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef1f8e;
Background color
Panel with #ef1f8e background
background-color: #ef1f8e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef1f8e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 31, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 31, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef1f8e; background: linear-gradient(135deg, #ef1f8e, #EF3B1F);