#ff4f49
a balanced, electric red · warm · closest name: tomato
RGB
255, 79, 73
HSL
2°, 100%, 64%
CMYK
0, 69, 71, 0
Luminance
0.2733
Every format
| HEX | #ff4f49 |
| RGB | rgb(255, 79, 73) |
| HSL | hsl(2, 100%, 64%) |
| CMYK | cmyk(0%, 69%, 71%, 0%) |
| LAB | lab(59.3 65.9 42.0) |
| LCH | lch(59.3 78.2 32.5) |
| OKLCH | oklch(0.674 0.213 26.6) |
Copy-ready code
/* CSS */
color: #ff4f49;
background-color: #ff4f49;
/* Tailwind (arbitrary) */
class="text-[#ff4f49] bg-[#ff4f49]"
/* SCSS */
$brand: #ff4f49;
/* SwiftUI */
Color(red: 1.000, green: 0.310, blue: 0.286)
/* Android */
Color.parseColor("#ff4f49")Accessibility — WCAG contrast
Aa
#ff4f49 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff4f49 on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green31.0%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta69.0%
Yellow71.4%
Key (black)0.0%
Color previews
#ff4f49 text on a black background
contrast 6.47:1
Card sample
#ff4f49 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff4f49;
Background color
Panel with #ff4f49 background
background-color: #ff4f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff4f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 79, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 79, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff4f49; background: linear-gradient(135deg, #ff4f49, #FFC849);