#ef80c0
a light, electric magenta / pink · warm · closest name: plum
RGB
239, 128, 192
HSL
325°, 78%, 72%
CMYK
0, 46, 20, 6
Luminance
0.3759
Every format
| HEX | #ef80c0 |
| RGB | rgb(239, 128, 192) |
| HSL | hsl(325, 78%, 72%) |
| CMYK | cmyk(0%, 46%, 20%, 6%) |
| LAB | lab(67.7 50.2 -14.3) |
| LCH | lch(67.7 52.2 344.1) |
| OKLCH | oklch(0.742 0.154 345.9) |
Copy-ready code
/* CSS */
color: #ef80c0;
background-color: #ef80c0;
/* Tailwind (arbitrary) */
class="text-[#ef80c0] bg-[#ef80c0]"
/* SCSS */
$brand: #ef80c0;
/* SwiftUI */
Color(red: 0.937, green: 0.502, blue: 0.753)
/* Android */
Color.parseColor("#ef80c0")Accessibility — WCAG contrast
Aa
#ef80c0 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef80c0 on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green50.2%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta46.4%
Yellow19.7%
Key (black)6.3%
Color previews
#ef80c0 text on a black background
contrast 8.52:1
Card sample
#ef80c0 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef80c0;
Background color
Panel with #ef80c0 background
background-color: #ef80c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef80c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 128, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 128, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef80c0; background: linear-gradient(135deg, #ef80c0, #EF8A80);