#ef4ace
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
239, 74, 206
HSL
312°, 84%, 61%
CMYK
0, 69, 14, 6
Luminance
0.2770
Every format
| HEX | #ef4ace |
| RGB | rgb(239, 74, 206) |
| HSL | hsl(312, 84%, 61%) |
| CMYK | cmyk(0%, 69%, 14%, 6%) |
| LAB | lab(59.6 75.5 -34.6) |
| LCH | lch(59.6 83.0 335.4) |
| OKLCH | oklch(0.684 0.241 337.0) |
Copy-ready code
/* CSS */
color: #ef4ace;
background-color: #ef4ace;
/* Tailwind (arbitrary) */
class="text-[#ef4ace] bg-[#ef4ace]"
/* SCSS */
$brand: #ef4ace;
/* SwiftUI */
Color(red: 0.937, green: 0.290, blue: 0.808)
/* Android */
Color.parseColor("#ef4ace")Accessibility — WCAG contrast
Aa
#ef4ace on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef4ace on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green29.0%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta69.0%
Yellow13.8%
Key (black)6.3%
Color previews
#ef4ace text on a black background
contrast 6.54:1
Card sample
#ef4ace text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef4ace;
Background color
Panel with #ef4ace background
background-color: #ef4ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef4ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 74, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 74, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef4ace; background: linear-gradient(135deg, #ef4ace, #EF4A60);