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