#f491df
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 145, 223
HSL
313°, 82%, 76%
CMYK
0, 41, 9, 4
Luminance
0.4481
Every format
| HEX | #f491df |
| RGB | rgb(244, 145, 223) |
| HSL | hsl(313, 82%, 76%) |
| CMYK | cmyk(0%, 41%, 9%, 4%) |
| LAB | lab(72.8 48.1 -23.8) |
| LCH | lch(72.8 53.6 333.7) |
| OKLCH | oklch(0.784 0.152 335.2) |
Copy-ready code
/* CSS */
color: #f491df;
background-color: #f491df;
/* Tailwind (arbitrary) */
class="text-[#f491df] bg-[#f491df]"
/* SCSS */
$brand: #f491df;
/* SwiftUI */
Color(red: 0.957, green: 0.569, blue: 0.875)
/* Android */
Color.parseColor("#f491df")Accessibility — WCAG contrast
Aa
#f491df on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f491df on black: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green56.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta40.6%
Yellow8.6%
Key (black)4.3%
Color previews
#f491df text on a black background
contrast 9.96:1
Card sample
#f491df text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f491df;
Background color
Panel with #f491df background
background-color: #f491df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f491df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 145, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 145, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f491df; background: linear-gradient(135deg, #f491df, #F4919D);