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