#ef1c92
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
239, 28, 146
HSL
326°, 87%, 52%
CMYK
0, 88, 39, 6
Luminance
0.2126
Every format
| HEX | #ef1c92 |
| RGB | rgb(239, 28, 146) |
| HSL | hsl(326, 87%, 52%) |
| CMYK | cmyk(0%, 88%, 39%, 6%) |
| LAB | lab(53.2 80.0 -9.5) |
| LCH | lch(53.2 80.5 353.2) |
| OKLCH | oklch(0.630 0.248 354.4) |
Copy-ready code
/* CSS */
color: #ef1c92;
background-color: #ef1c92;
/* Tailwind (arbitrary) */
class="text-[#ef1c92] bg-[#ef1c92]"
/* SCSS */
$brand: #ef1c92;
/* SwiftUI */
Color(red: 0.937, green: 0.110, blue: 0.573)
/* Android */
Color.parseColor("#ef1c92")Accessibility — WCAG contrast
Aa
#ef1c92 on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef1c92 on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green11.0%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta88.3%
Yellow38.9%
Key (black)6.3%
Color previews
#ef1c92 text on a black background
contrast 5.25:1
Card sample
#ef1c92 text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef1c92;
Background color
Panel with #ef1c92 background
background-color: #ef1c92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef1c92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 28, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 28, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef1c92; background: linear-gradient(135deg, #ef1c92, #EF331C);