#f5496e
a balanced, electric red · warm · closest name: crimson
RGB
245, 73, 110
HSL
347°, 90%, 62%
CMYK
0, 70, 55, 4
Luminance
0.2530
Every format
| HEX | #f5496e |
| RGB | rgb(245, 73, 110) |
| HSL | hsl(347, 90%, 62%) |
| CMYK | cmyk(0%, 70%, 55%, 4%) |
| LAB | lab(57.4 67.1 18.0) |
| LCH | lch(57.4 69.5 15.0) |
| OKLCH | oklch(0.659 0.208 12.5) |
Copy-ready code
/* CSS */
color: #f5496e;
background-color: #f5496e;
/* Tailwind (arbitrary) */
class="text-[#f5496e] bg-[#f5496e]"
/* SCSS */
$brand: #f5496e;
/* SwiftUI */
Color(red: 0.961, green: 0.286, blue: 0.431)
/* Android */
Color.parseColor("#f5496e")Accessibility — WCAG contrast
Aa
#f5496e on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f5496e on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green28.6%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta70.2%
Yellow55.1%
Key (black)3.9%
Color previews
#f5496e text on a black background
contrast 6.06:1
Card sample
#f5496e text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5496e;
Background color
Panel with #f5496e background
background-color: #f5496e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5496e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 73, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 73, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5496e; background: linear-gradient(135deg, #f5496e, #F59749);