#f79fba
a light, electric magenta / pink · warm · closest name: pink
RGB
247, 159, 186
HSL
342°, 85%, 80%
CMYK
0, 36, 25, 3
Luminance
0.4812
Every format
| HEX | #f79fba |
| RGB | rgb(247, 159, 186) |
| HSL | hsl(342, 85%, 80%) |
| CMYK | cmyk(0%, 36%, 25%, 3%) |
| LAB | lab(74.9 36.2 -0.2) |
| LCH | lch(74.9 36.2 359.7) |
| OKLCH | oklch(0.798 0.109 360.0) |
Copy-ready code
/* CSS */
color: #f79fba;
background-color: #f79fba;
/* Tailwind (arbitrary) */
class="text-[#f79fba] bg-[#f79fba]"
/* SCSS */
$brand: #f79fba;
/* SwiftUI */
Color(red: 0.969, green: 0.624, blue: 0.729)
/* Android */
Color.parseColor("#f79fba")Accessibility — WCAG contrast
Aa
#f79fba on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f79fba on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green62.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta35.6%
Yellow24.7%
Key (black)3.1%
Color previews
#f79fba text on a black background
contrast 10.62:1
Card sample
#f79fba text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f79fba;
Background color
Panel with #f79fba background
background-color: #f79fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f79fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 159, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 159, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f79fba; background: linear-gradient(135deg, #f79fba, #F7BF9F);