#f49ace
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 154, 206
HSL
325°, 80%, 78%
CMYK
0, 37, 16, 4
Luminance
0.4680
Every format
| HEX | #f49ace |
| RGB | rgb(244, 154, 206) |
| HSL | hsl(325, 80%, 78%) |
| CMYK | cmyk(0%, 37%, 16%, 4%) |
| LAB | lab(74.1 40.7 -12.5) |
| LCH | lch(74.1 42.6 343.0) |
| OKLCH | oklch(0.792 0.125 344.7) |
Copy-ready code
/* CSS */
color: #f49ace;
background-color: #f49ace;
/* Tailwind (arbitrary) */
class="text-[#f49ace] bg-[#f49ace]"
/* SCSS */
$brand: #f49ace;
/* SwiftUI */
Color(red: 0.957, green: 0.604, blue: 0.808)
/* Android */
Color.parseColor("#f49ace")Accessibility — WCAG contrast
Aa
#f49ace on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f49ace on black: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green60.4%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta36.9%
Yellow15.6%
Key (black)4.3%
Color previews
#f49ace text on a black background
contrast 10.36:1
Card sample
#f49ace text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f49ace;
Background color
Panel with #f49ace background
background-color: #f49ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f49ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 154, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 154, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f49ace; background: linear-gradient(135deg, #f49ace, #F4A29A);