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