#ff496e
a balanced, electric red · warm · closest name: crimson
RGB
255, 73, 110
HSL
348°, 100%, 64%
CMYK
0, 71, 57, 0
Luminance
0.2715
Every format
| HEX | #ff496e |
| RGB | rgb(255, 73, 110) |
| HSL | hsl(348, 100%, 64%) |
| CMYK | cmyk(0%, 71%, 57%, 0%) |
| LAB | lab(59.1 70.0 20.7) |
| LCH | lch(59.1 73.0 16.5) |
| OKLCH | oklch(0.675 0.217 13.7) |
Copy-ready code
/* CSS */
color: #ff496e;
background-color: #ff496e;
/* Tailwind (arbitrary) */
class="text-[#ff496e] bg-[#ff496e]"
/* SCSS */
$brand: #ff496e;
/* SwiftUI */
Color(red: 1.000, green: 0.286, blue: 0.431)
/* Android */
Color.parseColor("#ff496e")Accessibility — WCAG contrast
Aa
#ff496e on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff496e on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green28.6%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow56.9%
Key (black)0.0%
Color previews
#ff496e text on a black background
contrast 6.43:1
Card sample
#ff496e text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff496e;
Background color
Panel with #ff496e background
background-color: #ff496e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff496e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 73, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 73, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff496e; background: linear-gradient(135deg, #ff496e, #FF9D49);