#f0496e
a balanced, electric red · warm · closest name: crimson
RGB
240, 73, 110
HSL
347°, 85%, 61%
CMYK
0, 70, 54, 6
Luminance
0.2442
Every format
| HEX | #f0496e |
| RGB | rgb(240, 73, 110) |
| HSL | hsl(347, 85%, 61%) |
| CMYK | cmyk(0%, 70%, 54%, 6%) |
| LAB | lab(56.5 65.7 16.7) |
| LCH | lch(56.5 67.8 14.3) |
| OKLCH | oklch(0.651 0.203 11.9) |
Copy-ready code
/* CSS */
color: #f0496e;
background-color: #f0496e;
/* Tailwind (arbitrary) */
class="text-[#f0496e] bg-[#f0496e]"
/* SCSS */
$brand: #f0496e;
/* SwiftUI */
Color(red: 0.941, green: 0.286, blue: 0.431)
/* Android */
Color.parseColor("#f0496e")Accessibility — WCAG contrast
Aa
#f0496e on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f0496e on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green28.6%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta69.6%
Yellow54.2%
Key (black)5.9%
Color previews
#f0496e text on a black background
contrast 5.88:1
Card sample
#f0496e text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0496e;
Background color
Panel with #f0496e background
background-color: #f0496e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0496e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 73, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 73, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0496e; background: linear-gradient(135deg, #f0496e, #F09349);