#ff6f49
a balanced, electric red · warm · closest name: tomato
RGB
255, 111, 73
HSL
13°, 100%, 64%
CMYK
0, 57, 71, 0
Luminance
0.3311
Every format
| HEX | #ff6f49 |
| RGB | rgb(255, 111, 73) |
| HSL | hsl(13, 100%, 64%) |
| CMYK | cmyk(0%, 57%, 71%, 0%) |
| LAB | lab(64.3 52.6 47.7) |
| LCH | lch(64.3 71.0 42.2) |
| OKLCH | oklch(0.712 0.184 35.8) |
Copy-ready code
/* CSS */
color: #ff6f49;
background-color: #ff6f49;
/* Tailwind (arbitrary) */
class="text-[#ff6f49] bg-[#ff6f49]"
/* SCSS */
$brand: #ff6f49;
/* SwiftUI */
Color(red: 1.000, green: 0.435, blue: 0.286)
/* Android */
Color.parseColor("#ff6f49")Accessibility — WCAG contrast
Aa
#ff6f49 on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff6f49 on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green43.5%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta56.5%
Yellow71.4%
Key (black)0.0%
Color previews
#ff6f49 text on a black background
contrast 7.62:1
Card sample
#ff6f49 text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff6f49;
Background color
Panel with #ff6f49 background
background-color: #ff6f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff6f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 111, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 111, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff6f49; background: linear-gradient(135deg, #ff6f49, #FFE849);