#ed9fdf
a light, vivid magenta / pink · warm · closest name: plum
RGB
237, 159, 223
HSL
311°, 68%, 78%
CMYK
0, 33, 6, 7
Luminance
0.4813
Every format
| HEX | #ed9fdf |
| RGB | rgb(237, 159, 223) |
| HSL | hsl(311, 68%, 78%) |
| CMYK | cmyk(0%, 33%, 6%, 7%) |
| LAB | lab(74.9 38.6 -20.6) |
| LCH | lch(74.9 43.8 331.9) |
| OKLCH | oklch(0.799 0.123 333.3) |
Copy-ready code
/* CSS */
color: #ed9fdf;
background-color: #ed9fdf;
/* Tailwind (arbitrary) */
class="text-[#ed9fdf] bg-[#ed9fdf]"
/* SCSS */
$brand: #ed9fdf;
/* SwiftUI */
Color(red: 0.929, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#ed9fdf")Accessibility — WCAG contrast
Aa
#ed9fdf on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ed9fdf on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green62.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta32.9%
Yellow5.9%
Key (black)7.1%
Color previews
#ed9fdf text on a black background
contrast 10.63:1
Card sample
#ed9fdf text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed9fdf;
Background color
Panel with #ed9fdf background
background-color: #ed9fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed9fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed9fdf; background: linear-gradient(135deg, #ed9fdf, #ED9FAB);