#f79ab9
a light, electric magenta / pink · warm · closest name: pink
RGB
247, 154, 185
HSL
340°, 85%, 79%
CMYK
0, 38, 25, 3
Luminance
0.4639
Every format
| HEX | #f79ab9 |
| RGB | rgb(247, 154, 185) |
| HSL | hsl(340, 85%, 79%) |
| CMYK | cmyk(0%, 38%, 25%, 3%) |
| LAB | lab(73.8 38.7 -1.3) |
| LCH | lch(73.8 38.7 358.1) |
| OKLCH | oklch(0.789 0.117 358.6) |
Copy-ready code
/* CSS */
color: #f79ab9;
background-color: #f79ab9;
/* Tailwind (arbitrary) */
class="text-[#f79ab9] bg-[#f79ab9]"
/* SCSS */
$brand: #f79ab9;
/* SwiftUI */
Color(red: 0.969, green: 0.604, blue: 0.725)
/* Android */
Color.parseColor("#f79ab9")Accessibility — WCAG contrast
Aa
#f79ab9 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f79ab9 on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green60.4%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta37.7%
Yellow25.1%
Key (black)3.1%
Color previews
#f79ab9 text on a black background
contrast 10.28:1
Card sample
#f79ab9 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f79ab9;
Background color
Panel with #f79ab9 background
background-color: #f79ab9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f79ab9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 154, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 154, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f79ab9; background: linear-gradient(135deg, #f79ab9, #F7B99A);