#f79eb7
a light, electric magenta / pink · warm · closest name: pink
RGB
247, 158, 183
HSL
343°, 85%, 79%
CMYK
0, 36, 26, 3
Luminance
0.4765
Every format
| HEX | #f79eb7 |
| RGB | rgb(247, 158, 183) |
| HSL | hsl(343, 85%, 79%) |
| CMYK | cmyk(0%, 36%, 26%, 3%) |
| LAB | lab(74.6 36.3 1.0) |
| LCH | lch(74.6 36.3 1.6) |
| OKLCH | oklch(0.795 0.110 1.7) |
Copy-ready code
/* CSS */
color: #f79eb7;
background-color: #f79eb7;
/* Tailwind (arbitrary) */
class="text-[#f79eb7] bg-[#f79eb7]"
/* SCSS */
$brand: #f79eb7;
/* SwiftUI */
Color(red: 0.969, green: 0.620, blue: 0.718)
/* Android */
Color.parseColor("#f79eb7")Accessibility — WCAG contrast
Aa
#f79eb7 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f79eb7 on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green62.0%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow25.9%
Key (black)3.1%
Color previews
#f79eb7 text on a black background
contrast 10.53:1
Card sample
#f79eb7 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f79eb7;
Background color
Panel with #f79eb7 background
background-color: #f79eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f79eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 158, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 158, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f79eb7; background: linear-gradient(135deg, #f79eb7, #F7C09E);