#ef1eba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
239, 30, 186
HSL
315°, 87%, 53%
CMYK
0, 87, 22, 6
Luminance
0.2282
Every format
| HEX | #ef1eba |
| RGB | rgb(239, 30, 186) |
| HSL | hsl(315, 87%, 53%) |
| CMYK | cmyk(0%, 87%, 22%, 6%) |
| LAB | lab(54.9 83.9 -30.5) |
| LCH | lch(54.9 89.3 340.0) |
| OKLCH | oklch(0.647 0.266 342.0) |
Copy-ready code
/* CSS */
color: #ef1eba;
background-color: #ef1eba;
/* Tailwind (arbitrary) */
class="text-[#ef1eba] bg-[#ef1eba]"
/* SCSS */
$brand: #ef1eba;
/* SwiftUI */
Color(red: 0.937, green: 0.118, blue: 0.729)
/* Android */
Color.parseColor("#ef1eba")Accessibility — WCAG contrast
Aa
#ef1eba on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef1eba on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green11.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow22.2%
Key (black)6.3%
Color previews
#ef1eba text on a black background
contrast 5.56:1
Card sample
#ef1eba text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef1eba;
Background color
Panel with #ef1eba background
background-color: #ef1eba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef1eba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 30, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 30, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef1eba; background: linear-gradient(135deg, #ef1eba, #EF1E2F);