#ef548c
a balanced, electric magenta / pink · warm · closest name: salmon
RGB
239, 84, 140
HSL
338°, 83%, 63%
CMYK
0, 65, 41, 6
Luminance
0.2658
Every format
| HEX | #ef548c |
| RGB | rgb(239, 84, 140) |
| HSL | hsl(338, 83%, 63%) |
| CMYK | cmyk(0%, 65%, 41%, 6%) |
| LAB | lab(58.6 63.8 2.0) |
| LCH | lch(58.6 63.8 1.8) |
| OKLCH | oklch(0.668 0.195 1.7) |
Copy-ready code
/* CSS */
color: #ef548c;
background-color: #ef548c;
/* Tailwind (arbitrary) */
class="text-[#ef548c] bg-[#ef548c]"
/* SCSS */
$brand: #ef548c;
/* SwiftUI */
Color(red: 0.937, green: 0.329, blue: 0.549)
/* Android */
Color.parseColor("#ef548c")Accessibility — WCAG contrast
Aa
#ef548c on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef548c on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green32.9%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta64.9%
Yellow41.4%
Key (black)6.3%
Color previews
#ef548c text on a black background
contrast 6.32:1
Card sample
#ef548c text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef548c;
Background color
Panel with #ef548c background
background-color: #ef548c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef548c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 84, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 84, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef548c; background: linear-gradient(135deg, #ef548c, #EF8354);