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