#f46292
a light, electric magenta / pink · warm · closest name: salmon
RGB
244, 98, 146
HSL
340°, 87%, 67%
CMYK
0, 60, 40, 4
Luminance
0.3004
Every format
| HEX | #f46292 |
| RGB | rgb(244, 98, 146) |
| HSL | hsl(340, 87%, 67%) |
| CMYK | cmyk(0%, 60%, 40%, 4%) |
| LAB | lab(61.7 60.1 3.1) |
| LCH | lch(61.7 60.2 2.9) |
| OKLCH | oklch(0.694 0.184 2.7) |
Copy-ready code
/* CSS */
color: #f46292;
background-color: #f46292;
/* Tailwind (arbitrary) */
class="text-[#f46292] bg-[#f46292]"
/* SCSS */
$brand: #f46292;
/* SwiftUI */
Color(red: 0.957, green: 0.384, blue: 0.573)
/* Android */
Color.parseColor("#f46292")Accessibility — WCAG contrast
Aa
#f46292 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f46292 on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green38.4%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta59.8%
Yellow40.2%
Key (black)4.3%
Color previews
#f46292 text on a black background
contrast 7.01:1
Card sample
#f46292 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f46292;
Background color
Panel with #f46292 background
background-color: #f46292;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f46292;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 98, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 98, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f46292; background: linear-gradient(135deg, #f46292, #F49462);