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