#ef2acf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 42, 207
HSL
310°, 86%, 55%
CMYK
0, 82, 13, 6
Luminance
0.2451
Every format
| HEX | #ef2acf |
| RGB | rgb(239, 42, 207) |
| HSL | hsl(310, 86%, 55%) |
| CMYK | cmyk(0%, 82%, 13%, 6%) |
| LAB | lab(56.6 84.4 -39.9) |
| LCH | lch(56.6 93.3 334.7) |
| OKLCH | oklch(0.662 0.271 336.3) |
Copy-ready code
/* CSS */
color: #ef2acf;
background-color: #ef2acf;
/* Tailwind (arbitrary) */
class="text-[#ef2acf] bg-[#ef2acf]"
/* SCSS */
$brand: #ef2acf;
/* SwiftUI */
Color(red: 0.937, green: 0.165, blue: 0.812)
/* Android */
Color.parseColor("#ef2acf")Accessibility — WCAG contrast
Aa
#ef2acf on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef2acf on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green16.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta82.4%
Yellow13.4%
Key (black)6.3%
Color previews
#ef2acf text on a black background
contrast 5.90:1
Card sample
#ef2acf text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef2acf;
Background color
Panel with #ef2acf background
background-color: #ef2acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef2acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 42, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 42, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef2acf; background: linear-gradient(135deg, #ef2acf, #EF2A4C);