#f47a9b
a light, electric magenta / pink · warm · closest name: salmon
RGB
244, 122, 155
HSL
344°, 85%, 72%
CMYK
0, 50, 37, 4
Luminance
0.3552
Every format
| HEX | #f47a9b |
| RGB | rgb(244, 122, 155) |
| HSL | hsl(344, 85%, 72%) |
| CMYK | cmyk(0%, 50%, 37%, 4%) |
| LAB | lab(66.2 50.0 4.4) |
| LCH | lch(66.2 50.2 5.0) |
| OKLCH | oklch(0.728 0.152 4.5) |
Copy-ready code
/* CSS */
color: #f47a9b;
background-color: #f47a9b;
/* Tailwind (arbitrary) */
class="text-[#f47a9b] bg-[#f47a9b]"
/* SCSS */
$brand: #f47a9b;
/* SwiftUI */
Color(red: 0.957, green: 0.478, blue: 0.608)
/* Android */
Color.parseColor("#f47a9b")Accessibility — WCAG contrast
Aa
#f47a9b on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f47a9b on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green47.8%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow36.5%
Key (black)4.3%
Color previews
#f47a9b text on a black background
contrast 8.10:1
Card sample
#f47a9b text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f47a9b;
Background color
Panel with #f47a9b background
background-color: #f47a9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f47a9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 122, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 122, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f47a9b; background: linear-gradient(135deg, #f47a9b, #F4AB7A);