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