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