#f49cd9
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 156, 217
HSL
318°, 80%, 78%
CMYK
0, 36, 11, 4
Luminance
0.4802
Every format
| HEX | #f49cd9 |
| RGB | rgb(244, 156, 217) |
| HSL | hsl(318, 80%, 78%) |
| CMYK | cmyk(0%, 36%, 11%, 4%) |
| LAB | lab(74.8 41.4 -17.3) |
| LCH | lch(74.8 44.9 337.3) |
| OKLCH | oklch(0.799 0.129 339.0) |
Copy-ready code
/* CSS */
color: #f49cd9;
background-color: #f49cd9;
/* Tailwind (arbitrary) */
class="text-[#f49cd9] bg-[#f49cd9]"
/* SCSS */
$brand: #f49cd9;
/* SwiftUI */
Color(red: 0.957, green: 0.612, blue: 0.851)
/* Android */
Color.parseColor("#f49cd9")Accessibility — WCAG contrast
Aa
#f49cd9 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f49cd9 on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green61.2%
Blue85.1%
CMYK percentages
Cyan0.0%
Magenta36.1%
Yellow11.1%
Key (black)4.3%
Color previews
#f49cd9 text on a black background
contrast 10.60:1
Card sample
#f49cd9 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f49cd9;
Background color
Panel with #f49cd9 background
background-color: #f49cd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f49cd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 156, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 156, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f49cd9; background: linear-gradient(135deg, #f49cd9, #F49C9E);