#ef3fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 63, 223
HSL
306°, 85%, 59%
CMYK
0, 74, 7, 6
Luminance
0.2723
Every format
| HEX | #ef3fdf |
| RGB | rgb(239, 63, 223) |
| HSL | hsl(306, 85%, 59%) |
| CMYK | cmyk(0%, 74%, 7%, 6%) |
| LAB | lab(59.2 81.4 -44.9) |
| LCH | lch(59.2 92.9 331.1) |
| OKLCH | oklch(0.683 0.264 332.1) |
Copy-ready code
/* CSS */
color: #ef3fdf;
background-color: #ef3fdf;
/* Tailwind (arbitrary) */
class="text-[#ef3fdf] bg-[#ef3fdf]"
/* SCSS */
$brand: #ef3fdf;
/* SwiftUI */
Color(red: 0.937, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#ef3fdf")Accessibility — WCAG contrast
Aa
#ef3fdf on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef3fdf on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green24.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta73.6%
Yellow6.7%
Key (black)6.3%
Color previews
#ef3fdf text on a black background
contrast 6.45:1
Card sample
#ef3fdf text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef3fdf;
Background color
Panel with #ef3fdf background
background-color: #ef3fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef3fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef3fdf; background: linear-gradient(135deg, #ef3fdf, #EF3F69);