#ef4eb3
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
239, 78, 179
HSL
322°, 83%, 62%
CMYK
0, 67, 25, 6
Luminance
0.2705
Every format
| HEX | #ef4eb3 |
| RGB | rgb(239, 78, 179) |
| HSL | hsl(322, 83%, 62%) |
| CMYK | cmyk(0%, 67%, 25%, 6%) |
| LAB | lab(59.0 70.5 -20.1) |
| LCH | lch(59.0 73.3 344.1) |
| OKLCH | oklch(0.676 0.220 346.0) |
Copy-ready code
/* CSS */
color: #ef4eb3;
background-color: #ef4eb3;
/* Tailwind (arbitrary) */
class="text-[#ef4eb3] bg-[#ef4eb3]"
/* SCSS */
$brand: #ef4eb3;
/* SwiftUI */
Color(red: 0.937, green: 0.306, blue: 0.702)
/* Android */
Color.parseColor("#ef4eb3")Accessibility — WCAG contrast
Aa
#ef4eb3 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef4eb3 on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green30.6%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta67.4%
Yellow25.1%
Key (black)6.3%
Color previews
#ef4eb3 text on a black background
contrast 6.41:1
Card sample
#ef4eb3 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef4eb3;
Background color
Panel with #ef4eb3 background
background-color: #ef4eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef4eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 78, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 78, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef4eb3; background: linear-gradient(135deg, #ef4eb3, #EF554E);