#f494df
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 148, 223
HSL
313°, 81%, 77%
CMYK
0, 39, 9, 4
Luminance
0.4574
Every format
| HEX | #f494df |
| RGB | rgb(244, 148, 223) |
| HSL | hsl(313, 81%, 77%) |
| CMYK | cmyk(0%, 39%, 9%, 4%) |
| LAB | lab(73.4 46.5 -22.8) |
| LCH | lch(73.4 51.8 333.9) |
| OKLCH | oklch(0.789 0.147 335.4) |
Copy-ready code
/* CSS */
color: #f494df;
background-color: #f494df;
/* Tailwind (arbitrary) */
class="text-[#f494df] bg-[#f494df]"
/* SCSS */
$brand: #f494df;
/* SwiftUI */
Color(red: 0.957, green: 0.580, blue: 0.875)
/* Android */
Color.parseColor("#f494df")Accessibility — WCAG contrast
Aa
#f494df on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f494df on black: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green58.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta39.3%
Yellow8.6%
Key (black)4.3%
Color previews
#f494df text on a black background
contrast 10.15:1
Card sample
#f494df text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f494df;
Background color
Panel with #f494df background
background-color: #f494df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f494df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 148, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 148, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f494df; background: linear-gradient(135deg, #f494df, #F4949F);