#f79fdf
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 159, 223
HSL
316°, 85%, 80%
CMYK
0, 36, 10, 3
Luminance
0.4990
Every format
| HEX | #f79fdf |
| RGB | rgb(247, 159, 223) |
| HSL | hsl(316, 85%, 80%) |
| CMYK | cmyk(0%, 36%, 10%, 3%) |
| LAB | lab(76.0 41.8 -18.8) |
| LCH | lch(76.0 45.9 335.8) |
| OKLCH | oklch(0.810 0.131 337.4) |
Copy-ready code
/* CSS */
color: #f79fdf;
background-color: #f79fdf;
/* Tailwind (arbitrary) */
class="text-[#f79fdf] bg-[#f79fdf]"
/* SCSS */
$brand: #f79fdf;
/* SwiftUI */
Color(red: 0.969, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#f79fdf")Accessibility — WCAG contrast
Aa
#f79fdf on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f79fdf on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green62.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta35.6%
Yellow9.7%
Key (black)3.1%
Color previews
#f79fdf text on a black background
contrast 10.98:1
Card sample
#f79fdf text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f79fdf;
Background color
Panel with #f79fdf background
background-color: #f79fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f79fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f79fdf; background: linear-gradient(135deg, #f79fdf, #F79FA4);