#f9496e
a balanced, electric red · warm · closest name: crimson
RGB
249, 73, 110
HSL
347°, 94%, 63%
CMYK
0, 71, 56, 2
Luminance
0.2603
Every format
| HEX | #f9496e |
| RGB | rgb(249, 73, 110) |
| HSL | hsl(347, 94%, 63%) |
| CMYK | cmyk(0%, 71%, 56%, 2%) |
| LAB | lab(58.1 68.3 19.1) |
| LCH | lch(58.1 70.9 15.6) |
| OKLCH | oklch(0.665 0.211 13.0) |
Copy-ready code
/* CSS */
color: #f9496e;
background-color: #f9496e;
/* Tailwind (arbitrary) */
class="text-[#f9496e] bg-[#f9496e]"
/* SCSS */
$brand: #f9496e;
/* SwiftUI */
Color(red: 0.976, green: 0.286, blue: 0.431)
/* Android */
Color.parseColor("#f9496e")Accessibility — WCAG contrast
Aa
#f9496e on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f9496e on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green28.6%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta70.7%
Yellow55.8%
Key (black)2.4%
Color previews
#f9496e text on a black background
contrast 6.21:1
Card sample
#f9496e text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9496e;
Background color
Panel with #f9496e background
background-color: #f9496e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9496e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 73, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 73, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9496e; background: linear-gradient(135deg, #f9496e, #F99949);