#ef2abf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
239, 42, 191
HSL
315°, 86%, 55%
CMYK
0, 82, 20, 6
Luminance
0.2377
Every format
| HEX | #ef2abf |
| RGB | rgb(239, 42, 191) |
| HSL | hsl(315, 86%, 55%) |
| CMYK | cmyk(0%, 82%, 20%, 6%) |
| LAB | lab(55.9 82.3 -31.9) |
| LCH | lch(55.9 88.3 338.8) |
| OKLCH | oklch(0.654 0.262 340.8) |
Copy-ready code
/* CSS */
color: #ef2abf;
background-color: #ef2abf;
/* Tailwind (arbitrary) */
class="text-[#ef2abf] bg-[#ef2abf]"
/* SCSS */
$brand: #ef2abf;
/* SwiftUI */
Color(red: 0.937, green: 0.165, blue: 0.749)
/* Android */
Color.parseColor("#ef2abf")Accessibility — WCAG contrast
Aa
#ef2abf on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef2abf on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green16.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta82.4%
Yellow20.1%
Key (black)6.3%
Color previews
#ef2abf text on a black background
contrast 5.75:1
Card sample
#ef2abf text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef2abf;
Background color
Panel with #ef2abf background
background-color: #ef2abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef2abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 42, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 42, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef2abf; background: linear-gradient(135deg, #ef2abf, #EF2A3C);