#ef9fdf
a light, vivid magenta / pink · warm · closest name: plum
RGB
239, 159, 223
HSL
312°, 71%, 78%
CMYK
0, 34, 7, 6
Luminance
0.4847
Every format
| HEX | #ef9fdf |
| RGB | rgb(239, 159, 223) |
| HSL | hsl(312, 71%, 78%) |
| CMYK | cmyk(0%, 34%, 7%, 6%) |
| LAB | lab(75.1 39.2 -20.2) |
| LCH | lch(75.1 44.1 332.7) |
| OKLCH | oklch(0.801 0.125 334.2) |
Copy-ready code
/* CSS */
color: #ef9fdf;
background-color: #ef9fdf;
/* Tailwind (arbitrary) */
class="text-[#ef9fdf] bg-[#ef9fdf]"
/* SCSS */
$brand: #ef9fdf;
/* SwiftUI */
Color(red: 0.937, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#ef9fdf")Accessibility — WCAG contrast
Aa
#ef9fdf on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef9fdf on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green62.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta33.5%
Yellow6.7%
Key (black)6.3%
Color previews
#ef9fdf text on a black background
contrast 10.69:1
Card sample
#ef9fdf text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef9fdf;
Background color
Panel with #ef9fdf background
background-color: #ef9fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef9fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef9fdf; background: linear-gradient(135deg, #ef9fdf, #EF9FAA);