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