#f49dbb
a light, electric magenta / pink · warm · closest name: pink
RGB
244, 157, 187
HSL
339°, 80%, 79%
CMYK
0, 36, 23, 4
Luminance
0.4693
Every format
| HEX | #f49dbb |
| RGB | rgb(244, 157, 187) |
| HSL | hsl(339, 80%, 79%) |
| CMYK | cmyk(0%, 36%, 23%, 4%) |
| LAB | lab(74.2 36.3 -1.9) |
| LCH | lch(74.2 36.4 357.0) |
| OKLCH | oklch(0.791 0.109 357.7) |
Copy-ready code
/* CSS */
color: #f49dbb;
background-color: #f49dbb;
/* Tailwind (arbitrary) */
class="text-[#f49dbb] bg-[#f49dbb]"
/* SCSS */
$brand: #f49dbb;
/* SwiftUI */
Color(red: 0.957, green: 0.616, blue: 0.733)
/* Android */
Color.parseColor("#f49dbb")Accessibility — WCAG contrast
Aa
#f49dbb on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f49dbb on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green61.6%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow23.4%
Key (black)4.3%
Color previews
#f49dbb text on a black background
contrast 10.39:1
Card sample
#f49dbb text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f49dbb;
Background color
Panel with #f49dbb background
background-color: #f49dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f49dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 157, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 157, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f49dbb; background: linear-gradient(135deg, #f49dbb, #F4B99D);