#ef4eb0
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
239, 78, 176
HSL
324°, 83%, 62%
CMYK
0, 67, 26, 6
Luminance
0.2693
Every format
| HEX | #ef4eb0 |
| RGB | rgb(239, 78, 176) |
| HSL | hsl(324, 83%, 62%) |
| CMYK | cmyk(0%, 67%, 26%, 6%) |
| LAB | lab(58.9 70.1 -18.5) |
| LCH | lch(58.9 72.5 345.2) |
| OKLCH | oklch(0.675 0.218 347.1) |
Copy-ready code
/* CSS */
color: #ef4eb0;
background-color: #ef4eb0;
/* Tailwind (arbitrary) */
class="text-[#ef4eb0] bg-[#ef4eb0]"
/* SCSS */
$brand: #ef4eb0;
/* SwiftUI */
Color(red: 0.937, green: 0.306, blue: 0.690)
/* Android */
Color.parseColor("#ef4eb0")Accessibility — WCAG contrast
Aa
#ef4eb0 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef4eb0 on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green30.6%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta67.4%
Yellow26.4%
Key (black)6.3%
Color previews
#ef4eb0 text on a black background
contrast 6.39:1
Card sample
#ef4eb0 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef4eb0;
Background color
Panel with #ef4eb0 background
background-color: #ef4eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef4eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 78, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 78, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef4eb0; background: linear-gradient(135deg, #ef4eb0, #EF584E);