#f49fba
a light, electric magenta / pink · warm · closest name: pink
RGB
244, 159, 186
HSL
341°, 79%, 79%
CMYK
0, 35, 24, 4
Luminance
0.4757
Every format
| HEX | #f49fba |
| RGB | rgb(244, 159, 186) |
| HSL | hsl(341, 79%, 79%) |
| CMYK | cmyk(0%, 35%, 24%, 4%) |
| LAB | lab(74.6 35.1 -0.7) |
| LCH | lch(74.6 35.2 358.8) |
| OKLCH | oklch(0.794 0.106 359.2) |
Copy-ready code
/* CSS */
color: #f49fba;
background-color: #f49fba;
/* Tailwind (arbitrary) */
class="text-[#f49fba] bg-[#f49fba]"
/* SCSS */
$brand: #f49fba;
/* SwiftUI */
Color(red: 0.957, green: 0.624, blue: 0.729)
/* Android */
Color.parseColor("#f49fba")Accessibility — WCAG contrast
Aa
#f49fba on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f49fba on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green62.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta34.8%
Yellow23.8%
Key (black)4.3%
Color previews
#f49fba text on a black background
contrast 10.51:1
Card sample
#f49fba text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f49fba;
Background color
Panel with #f49fba background
background-color: #f49fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f49fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 159, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 159, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f49fba; background: linear-gradient(135deg, #f49fba, #F4BD9F);