#f49da4
a light, electric red · warm · closest name: pink
RGB
244, 157, 164
HSL
355°, 80%, 79%
CMYK
0, 36, 33, 4
Luminance
0.4603
Every format
| HEX | #f49da4 |
| RGB | rgb(244, 157, 164) |
| HSL | hsl(355, 80%, 79%) |
| CMYK | cmyk(0%, 36%, 33%, 4%) |
| LAB | lab(73.6 33.3 9.9) |
| LCH | lch(73.6 34.7 16.6) |
| OKLCH | oklch(0.785 0.104 14.5) |
Copy-ready code
/* CSS */
color: #f49da4;
background-color: #f49da4;
/* Tailwind (arbitrary) */
class="text-[#f49da4] bg-[#f49da4]"
/* SCSS */
$brand: #f49da4;
/* SwiftUI */
Color(red: 0.957, green: 0.616, blue: 0.643)
/* Android */
Color.parseColor("#f49da4")Accessibility — WCAG contrast
Aa
#f49da4 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f49da4 on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green61.6%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow32.8%
Key (black)4.3%
Color previews
#f49da4 text on a black background
contrast 10.21:1
Card sample
#f49da4 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f49da4;
Background color
Panel with #f49da4 background
background-color: #f49da4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f49da4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 157, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 157, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f49da4; background: linear-gradient(135deg, #f49da4, #F4D09D);