#f79fc2
a light, electric magenta / pink · warm · closest name: pink
RGB
247, 159, 194
HSL
336°, 85%, 80%
CMYK
0, 36, 22, 3
Luminance
0.4847
Every format
| HEX | #f79fc2 |
| RGB | rgb(247, 159, 194) |
| HSL | hsl(336, 85%, 80%) |
| CMYK | cmyk(0%, 36%, 22%, 3%) |
| LAB | lab(75.1 37.3 -4.3) |
| LCH | lch(75.1 37.6 353.5) |
| OKLCH | oklch(0.800 0.112 354.5) |
Copy-ready code
/* CSS */
color: #f79fc2;
background-color: #f79fc2;
/* Tailwind (arbitrary) */
class="text-[#f79fc2] bg-[#f79fc2]"
/* SCSS */
$brand: #f79fc2;
/* SwiftUI */
Color(red: 0.969, green: 0.624, blue: 0.761)
/* Android */
Color.parseColor("#f79fc2")Accessibility — WCAG contrast
Aa
#f79fc2 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f79fc2 on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green62.4%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta35.6%
Yellow21.5%
Key (black)3.1%
Color previews
#f79fc2 text on a black background
contrast 10.69:1
Card sample
#f79fc2 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f79fc2;
Background color
Panel with #f79fc2 background
background-color: #f79fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f79fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 159, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 159, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f79fc2; background: linear-gradient(135deg, #f79fc2, #F7B79F);