#f79dad
a light, electric red · warm · closest name: pink
RGB
247, 157, 173
HSL
349°, 85%, 79%
CMYK
0, 36, 30, 3
Luminance
0.4691
Every format
| HEX | #f79dad |
| RGB | rgb(247, 157, 173) |
| HSL | hsl(349, 85%, 79%) |
| CMYK | cmyk(0%, 36%, 30%, 3%) |
| LAB | lab(74.1 35.5 5.8) |
| LCH | lch(74.1 36.0 9.3) |
| OKLCH | oklch(0.791 0.109 8.3) |
Copy-ready code
/* CSS */
color: #f79dad;
background-color: #f79dad;
/* Tailwind (arbitrary) */
class="text-[#f79dad] bg-[#f79dad]"
/* SCSS */
$brand: #f79dad;
/* SwiftUI */
Color(red: 0.969, green: 0.616, blue: 0.678)
/* Android */
Color.parseColor("#f79dad")Accessibility — WCAG contrast
Aa
#f79dad on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f79dad on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green61.6%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta36.4%
Yellow30.0%
Key (black)3.1%
Color previews
#f79dad text on a black background
contrast 10.38:1
Card sample
#f79dad text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f79dad;
Background color
Panel with #f79dad background
background-color: #f79dad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f79dad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 157, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 157, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f79dad; background: linear-gradient(135deg, #f79dad, #F7C99D);