#ef50df
a balanced, electric magenta / pink · warm · closest name: violet
RGB
239, 80, 223
HSL
306°, 83%, 63%
CMYK
0, 67, 7, 6
Luminance
0.2942
Every format
| HEX | #ef50df |
| RGB | rgb(239, 80, 223) |
| HSL | hsl(306, 83%, 63%) |
| CMYK | cmyk(0%, 67%, 7%, 6%) |
| LAB | lab(61.1 75.8 -41.8) |
| LCH | lch(61.1 86.6 331.1) |
| OKLCH | oklch(0.697 0.246 332.2) |
Copy-ready code
/* CSS */
color: #ef50df;
background-color: #ef50df;
/* Tailwind (arbitrary) */
class="text-[#ef50df] bg-[#ef50df]"
/* SCSS */
$brand: #ef50df;
/* SwiftUI */
Color(red: 0.937, green: 0.314, blue: 0.875)
/* Android */
Color.parseColor("#ef50df")Accessibility — WCAG contrast
Aa
#ef50df on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef50df on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green31.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta66.5%
Yellow6.7%
Key (black)6.3%
Color previews
#ef50df text on a black background
contrast 6.88:1
Card sample
#ef50df text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef50df;
Background color
Panel with #ef50df background
background-color: #ef50df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef50df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 80, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 80, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef50df; background: linear-gradient(135deg, #ef50df, #EF5075);