#ef8fdf
a light, electric magenta / pink · warm · closest name: violet
RGB
239, 143, 223
HSL
310°, 75%, 75%
CMYK
0, 40, 7, 6
Luminance
0.4332
Every format
| HEX | #ef8fdf |
| RGB | rgb(239, 143, 223) |
| HSL | hsl(310, 75%, 75%) |
| CMYK | cmyk(0%, 40%, 7%, 6%) |
| LAB | lab(71.8 47.5 -25.3) |
| LCH | lch(71.8 53.9 331.9) |
| OKLCH | oklch(0.776 0.152 333.3) |
Copy-ready code
/* CSS */
color: #ef8fdf;
background-color: #ef8fdf;
/* Tailwind (arbitrary) */
class="text-[#ef8fdf] bg-[#ef8fdf]"
/* SCSS */
$brand: #ef8fdf;
/* SwiftUI */
Color(red: 0.937, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#ef8fdf")Accessibility — WCAG contrast
Aa
#ef8fdf on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef8fdf on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green56.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta40.2%
Yellow6.7%
Key (black)6.3%
Color previews
#ef8fdf text on a black background
contrast 9.66:1
Card sample
#ef8fdf text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef8fdf;
Background color
Panel with #ef8fdf background
background-color: #ef8fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef8fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef8fdf; background: linear-gradient(135deg, #ef8fdf, #EF8F9F);