#f79eb0
a light, electric red · warm · closest name: pink
RGB
247, 158, 176
HSL
348°, 85%, 79%
CMYK
0, 36, 29, 3
Luminance
0.4736
Every format
| HEX | #f79eb0 |
| RGB | rgb(247, 158, 176) |
| HSL | hsl(348, 85%, 79%) |
| CMYK | cmyk(0%, 36%, 29%, 3%) |
| LAB | lab(74.4 35.4 4.6) |
| LCH | lch(74.4 35.7 7.4) |
| OKLCH | oklch(0.793 0.108 6.7) |
Copy-ready code
/* CSS */
color: #f79eb0;
background-color: #f79eb0;
/* Tailwind (arbitrary) */
class="text-[#f79eb0] bg-[#f79eb0]"
/* SCSS */
$brand: #f79eb0;
/* SwiftUI */
Color(red: 0.969, green: 0.620, blue: 0.690)
/* Android */
Color.parseColor("#f79eb0")Accessibility — WCAG contrast
Aa
#f79eb0 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f79eb0 on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green62.0%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow28.7%
Key (black)3.1%
Color previews
#f79eb0 text on a black background
contrast 10.47:1
Card sample
#f79eb0 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f79eb0;
Background color
Panel with #f79eb0 background
background-color: #f79eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f79eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 158, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 158, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f79eb0; background: linear-gradient(135deg, #f79eb0, #F7C79E);