#f79baf
a light, electric red · warm · closest name: pink
RGB
247, 155, 175
HSL
347°, 85%, 79%
CMYK
0, 37, 29, 3
Luminance
0.4631
Every format
| HEX | #f79baf |
| RGB | rgb(247, 155, 175) |
| HSL | hsl(347, 85%, 79%) |
| CMYK | cmyk(0%, 37%, 29%, 3%) |
| LAB | lab(73.8 36.8 4.2) |
| LCH | lch(73.8 37.0 6.5) |
| OKLCH | oklch(0.788 0.112 5.9) |
Copy-ready code
/* CSS */
color: #f79baf;
background-color: #f79baf;
/* Tailwind (arbitrary) */
class="text-[#f79baf] bg-[#f79baf]"
/* SCSS */
$brand: #f79baf;
/* SwiftUI */
Color(red: 0.969, green: 0.608, blue: 0.686)
/* Android */
Color.parseColor("#f79baf")Accessibility — WCAG contrast
Aa
#f79baf on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f79baf on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green60.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta37.2%
Yellow29.1%
Key (black)3.1%
Color previews
#f79baf text on a black background
contrast 10.26:1
Card sample
#f79baf text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f79baf;
Background color
Panel with #f79baf background
background-color: #f79baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f79baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 155, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 155, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f79baf; background: linear-gradient(135deg, #f79baf, #F7C49B);