#ef4eb9
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
239, 78, 185
HSL
320°, 83%, 62%
CMYK
0, 67, 23, 6
Luminance
0.2730
Every format
| HEX | #ef4eb9 |
| RGB | rgb(239, 78, 185) |
| HSL | hsl(320, 83%, 62%) |
| CMYK | cmyk(0%, 67%, 23%, 6%) |
| LAB | lab(59.3 71.2 -23.2) |
| LCH | lch(59.3 74.9 342.0) |
| OKLCH | oklch(0.678 0.223 343.9) |
Copy-ready code
/* CSS */
color: #ef4eb9;
background-color: #ef4eb9;
/* Tailwind (arbitrary) */
class="text-[#ef4eb9] bg-[#ef4eb9]"
/* SCSS */
$brand: #ef4eb9;
/* SwiftUI */
Color(red: 0.937, green: 0.306, blue: 0.725)
/* Android */
Color.parseColor("#ef4eb9")Accessibility — WCAG contrast
Aa
#ef4eb9 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef4eb9 on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green30.6%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta67.4%
Yellow22.6%
Key (black)6.3%
Color previews
#ef4eb9 text on a black background
contrast 6.46:1
Card sample
#ef4eb9 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef4eb9;
Background color
Panel with #ef4eb9 background
background-color: #ef4eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef4eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 78, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 78, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef4eb9; background: linear-gradient(135deg, #ef4eb9, #EF4E4E);