#ef6c9d
a light, electric magenta / pink · warm · closest name: plum
RGB
239, 108, 157
HSL
338°, 80%, 68%
CMYK
0, 55, 34, 6
Luminance
0.3151
Every format
| HEX | #ef6c9d |
| RGB | rgb(239, 108, 157) |
| HSL | hsl(338, 80%, 68%) |
| CMYK | cmyk(0%, 55%, 34%, 6%) |
| LAB | lab(62.9 55.3 -1.6) |
| LCH | lch(62.9 55.3 358.4) |
| OKLCH | oklch(0.702 0.168 358.9) |
Copy-ready code
/* CSS */
color: #ef6c9d;
background-color: #ef6c9d;
/* Tailwind (arbitrary) */
class="text-[#ef6c9d] bg-[#ef6c9d]"
/* SCSS */
$brand: #ef6c9d;
/* SwiftUI */
Color(red: 0.937, green: 0.424, blue: 0.616)
/* Android */
Color.parseColor("#ef6c9d")Accessibility — WCAG contrast
Aa
#ef6c9d on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef6c9d on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green42.4%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta54.8%
Yellow34.3%
Key (black)6.3%
Color previews
#ef6c9d text on a black background
contrast 7.30:1
Card sample
#ef6c9d text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef6c9d;
Background color
Panel with #ef6c9d background
background-color: #ef6c9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef6c9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 108, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 108, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef6c9d; background: linear-gradient(135deg, #ef6c9d, #EF926C);