#ef7fdf
a light, electric magenta / pink · warm · closest name: violet
RGB
239, 127, 223
HSL
309°, 78%, 72%
CMYK
0, 47, 7, 6
Luminance
0.3886
Every format
| HEX | #ef7fdf |
| RGB | rgb(239, 127, 223) |
| HSL | hsl(309, 78%, 72%) |
| CMYK | cmyk(0%, 47%, 7%, 6%) |
| LAB | lab(68.7 55.5 -30.1) |
| LCH | lch(68.7 63.2 331.5) |
| OKLCH | oklch(0.752 0.179 332.8) |
Copy-ready code
/* CSS */
color: #ef7fdf;
background-color: #ef7fdf;
/* Tailwind (arbitrary) */
class="text-[#ef7fdf] bg-[#ef7fdf]"
/* SCSS */
$brand: #ef7fdf;
/* SwiftUI */
Color(red: 0.937, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#ef7fdf")Accessibility — WCAG contrast
Aa
#ef7fdf on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef7fdf on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green49.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta46.9%
Yellow6.7%
Key (black)6.3%
Color previews
#ef7fdf text on a black background
contrast 8.77:1
Card sample
#ef7fdf text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef7fdf;
Background color
Panel with #ef7fdf background
background-color: #ef7fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef7fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef7fdf; background: linear-gradient(135deg, #ef7fdf, #EF7F94);