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