#f79cbf
a light, electric magenta / pink · warm · closest name: pink
RGB
247, 156, 191
HSL
337°, 85%, 79%
CMYK
0, 37, 23, 3
Luminance
0.4731
Every format
| HEX | #f79cbf |
| RGB | rgb(247, 156, 191) |
| HSL | hsl(337, 85%, 79%) |
| CMYK | cmyk(0%, 37%, 23%, 3%) |
| LAB | lab(74.4 38.5 -3.7) |
| LCH | lch(74.4 38.6 354.5) |
| OKLCH | oklch(0.794 0.116 355.4) |
Copy-ready code
/* CSS */
color: #f79cbf;
background-color: #f79cbf;
/* Tailwind (arbitrary) */
class="text-[#f79cbf] bg-[#f79cbf]"
/* SCSS */
$brand: #f79cbf;
/* SwiftUI */
Color(red: 0.969, green: 0.612, blue: 0.749)
/* Android */
Color.parseColor("#f79cbf")Accessibility — WCAG contrast
Aa
#f79cbf on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f79cbf on black: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green61.2%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta36.8%
Yellow22.7%
Key (black)3.1%
Color previews
#f79cbf text on a black background
contrast 10.46:1
Card sample
#f79cbf text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f79cbf;
Background color
Panel with #f79cbf background
background-color: #f79cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f79cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 156, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 156, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f79cbf; background: linear-gradient(135deg, #f79cbf, #F7B69C);