#ef7cdf
a light, electric magenta / pink · warm · closest name: violet
RGB
239, 124, 223
HSL
308°, 78%, 71%
CMYK
0, 48, 7, 6
Luminance
0.3809
Every format
| HEX | #ef7cdf |
| RGB | rgb(239, 124, 223) |
| HSL | hsl(308, 78%, 71%) |
| CMYK | cmyk(0%, 48%, 7%, 6%) |
| LAB | lab(68.1 57.0 -31.0) |
| LCH | lch(68.1 64.9 331.5) |
| OKLCH | oklch(0.748 0.183 332.7) |
Copy-ready code
/* CSS */
color: #ef7cdf;
background-color: #ef7cdf;
/* Tailwind (arbitrary) */
class="text-[#ef7cdf] bg-[#ef7cdf]"
/* SCSS */
$brand: #ef7cdf;
/* SwiftUI */
Color(red: 0.937, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#ef7cdf")Accessibility — WCAG contrast
Aa
#ef7cdf on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef7cdf on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green48.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta48.1%
Yellow6.7%
Key (black)6.3%
Color previews
#ef7cdf text on a black background
contrast 8.62:1
Card sample
#ef7cdf text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef7cdf;
Background color
Panel with #ef7cdf background
background-color: #ef7cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef7cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef7cdf; background: linear-gradient(135deg, #ef7cdf, #EF7C93);