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