#ef1caa
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
239, 28, 170
HSL
320°, 87%, 52%
CMYK
0, 88, 29, 6
Luminance
0.2208
Every format
| HEX | #ef1caa |
| RGB | rgb(239, 28, 170) |
| HSL | hsl(320, 87%, 52%) |
| CMYK | cmyk(0%, 88%, 29%, 6%) |
| LAB | lab(54.1 82.4 -22.4) |
| LCH | lch(54.1 85.4 344.8) |
| OKLCH | oklch(0.639 0.259 346.8) |
Copy-ready code
/* CSS */
color: #ef1caa;
background-color: #ef1caa;
/* Tailwind (arbitrary) */
class="text-[#ef1caa] bg-[#ef1caa]"
/* SCSS */
$brand: #ef1caa;
/* SwiftUI */
Color(red: 0.937, green: 0.110, blue: 0.667)
/* Android */
Color.parseColor("#ef1caa")Accessibility — WCAG contrast
Aa
#ef1caa on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef1caa on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green11.0%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta88.3%
Yellow28.9%
Key (black)6.3%
Color previews
#ef1caa text on a black background
contrast 5.42:1
Card sample
#ef1caa text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef1caa;
Background color
Panel with #ef1caa background
background-color: #ef1caa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef1caa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 28, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 28, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef1caa; background: linear-gradient(135deg, #ef1caa, #EF1C1E);